This documentation is archived and is not being maintained.
WebClientProtocol Properties
Visual Studio 2008
The WebClientProtocol type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
|
ConnectionGroupName | Gets or sets the name of the connection group for the request. |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
Credentials | Gets or sets security credentials for XML Web service client authentication. |
|
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
PreAuthenticate | Gets or sets whether pre-authentication is enabled. |
|
RequestEncoding | The Encoding used to make the client request to the XML Web service. |
|
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
|
Timeout | Indicates the time an XML Web service client waits for a synchronous XML Web service request to complete (in milliseconds). |
|
Url | Gets or sets the base URL of the XML Web service the client is requesting. |
|
UseDefaultCredentials | Gets or sets a value that indicates whether to set the Credentials property to the value of the CredentialCache::DefaultCredentials property. |
Show: