IWeb |
public interface IWebConfigurationClient
The IWebConfigurationClient type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoConnect | When true, automatically connect the client when the document loads. | |
| Name | The name of the service |
| Name | Description | |
|---|---|---|
| ConnectAsync | Connect to the client. This should establish any necessary connections or listeners for the client to function. | |
| DisconnectAsync | Disconnects the current connection to the remote server or resource. | |
| Initialize | Initializes the client connection, this will be called before connect. |