System.Web.Services.Protocols.WebClientProtocol: Property Members

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

Public Properties

ConnectionGroupNamestring.

Gets or sets the name of the connection group for the request.

CredentialsSystem.Net.ICredentials.

Gets or sets security credentials for XML Web service client authentication.

PreAuthenticatebool.

Gets or sets whether pre-authentication is enabled.

RequestEncodingSystem.Text.Encoding.

The System.Text.Encoding used to make the client request to the XML Web service.

Timeoutint.

Indicates the time an XML Web service client waits for the reply to a synchronous XML Web service request to arrive (in milliseconds).

Urlstring.

Gets or sets the base URL of the XML Web service the client is requesting.

UseDefaultCredentialsbool.

Gets or sets a value that indicates whether to set the WebClientProtocol.Credentials property to the value of the System.Net.CredentialCache.DefaultCredentials property.