The properties of System.Web.Services.Protocols.WebClientProtocol are listed below. For a list of all members, see the WebClientProtocol Members list.
See Also: Inherited members from System.ComponentModel.Component
ConnectionGroupName | string.
Gets or sets the name of the connection group for the request. | |
Credentials | System.Net.ICredentials.
Gets or sets security credentials for XML Web service client authentication. | |
PreAuthenticate | bool.
Gets or sets whether pre-authentication is enabled. | |
RequestEncoding | System.Text.Encoding.
The System.Text.Encoding used to make the client request to the XML Web service. | |
Timeout | int.
Indicates the time an XML Web service client waits for the reply to a synchronous XML Web service request to arrive (in milliseconds). | |
Url | string.
Gets or sets the base URL of the XML Web service the client is requesting. | |
UseDefaultCredentials | bool.
Gets or sets a value that indicates whether to set the WebClientProtocol.Credentials property to the value of the System.Net.CredentialCache.DefaultCredentials property. |