The members of System.Web.Services.Protocols.WebClientProtocol are listed below.
See Also: Inherited members from System.ComponentModel.Component
Initializes a new instance of the System.Web.Services.Protocols.WebClientProtocol class. |
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. |
Abort()
|
static | AddToCache(Type, object)
| |
static | GetFromCache(Type)
| |
GetWebRequest(Uri)
| ||
GetWebResponse(System.Net.WebRequest)
| ||
GetWebResponse(System.Net.WebRequest, IAsyncResult)
|