SoapHttpChannelOptions Members

Defines SOAP HTTP channel options. This class cannot be inherited.

The following tables list the members exposed by the SoapHttpChannelOptions type.

Public Properties

  Name Description
public property AllowAutoRedirect Gets or sets a value indicating whether the client automatically follows server redirects.
public property ClientCertificates Gets the collection of client certificates for the channel.
public property Connection Gets or sets the value of the Connection HTTP header.
public property ConnectionGroupName Gets or sets the name of the connection group for the channel.
public property CookieContainer Gets or sets the collection of cookies for the channel.
public property Credentials Gets or sets security credentials for the channel.
public property KeepAlive Gets or sets a value indicating whether to make a persistent connection to the Internet resource.
public property PreAuthenticate Gets or sets a value indicating whether preauthentication is enabled.
public property Proxy Gets or sets proxy information for making an XML Web service request through a firewall.
public property SendChunked Gets or sets a value indicating whether to send data in segments to the Internet resource.
public property Timeout Gets or sets the value of the timeout for the channel.
public property UnsafeAuthenticatedConnectionSharing Gets or sets a value indicating whether connection sharing is enabled when the client uses NTLM authentication to connect to the Web server hosting the Web service.
public property UserAgent Gets or sets the value for the user agent header that is sent with each request.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method ExportTo Exports the property values common to SoapHttpChannelOptions and HttpWebRequest to the specified HttpWebRequest.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method ImportFrom Overloaded.  
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

SoapHttpChannelOptions Class
Microsoft.Web.Services3.Messaging Namespace