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 | |
---|---|---|
AllowAutoRedirect | Gets or sets a value indicating whether the client automatically follows server redirects. | |
ClientCertificates | Gets the collection of client certificates for the channel. | |
Connection | Gets or sets the value of the Connection HTTP header. | |
ConnectionGroupName | Gets or sets the name of the connection group for the channel. | |
CookieContainer | Gets or sets the collection of cookies for the channel. | |
Credentials | Gets or sets security credentials for the channel. | |
KeepAlive | Gets or sets a value indicating whether to make a persistent connection to the Internet resource. | |
PreAuthenticate | Gets or sets a value indicating whether preauthentication is enabled. | |
Proxy | Gets or sets proxy information for making an XML Web service request through a firewall. | |
SendChunked | Gets or sets a value indicating whether to send data in segments to the Internet resource. | |
Timeout | Gets or sets the value of the timeout for the channel. | |
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. | |
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 | |
---|---|---|
Equals | Overloaded. (Inherited from Object ) | |
ExportTo | Exports the property values common to SoapHttpChannelOptions and HttpWebRequest to the specified HttpWebRequest. | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ImportFrom | Overloaded. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
SoapHttpChannelOptions Class
Microsoft.Web.Services3.Messaging Namespace