SoapTcpTransportOptions Members
Defines SOAP TCP transport options.
The following tables list the members exposed by the SoapTcpTransportOptions type.
Public Constructors
Name | Description | |
---|---|---|
SoapTcpTransportOptions | Initializes a new instance of the SoapTcpTransportOptions class. |
Top
Public Properties
Name | Description | |
---|---|---|
DefaultAllow | Gets or sets a value indicating whether requests are allowed by default. | |
DefaultPort | Gets or sets the default port for a connection. | |
ExclusiveAddressUse | Gets or sets a value indicating whether a channel is bound for exclusive access. | |
HostsAllow | Gets the collection of clients allowed to access the Web service. | |
HostsDeny | Gets the collection of clients denied access to the Web service. | |
IdleTimeout | Gets or sets the time to idle out a connection. | |
InboundConnectionLimit | Gets or sets the maximum number of incoming TCP connections. | |
NoDelay | Gets or sets a value indicating whether a delay occurs when send or receive buffers are not full. | |
OutboundConnectionLimit | Gets or sets the maximum number of outgoing TCP connections. | |
ReceiveTimeout | Gets or sets the maximum amount of time in milliseconds that WSE will take to receive a SOAP message. | |
SendTimeout | Gets or sets the maximum amount of time in milliseconds that WSE will take to send a SOAP message. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Clone | Returns a new SoapTcpTransportOptions with the same property values as the current one. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
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
SoapTcpTransportOptions Class
Microsoft.Web.Services3.Messaging Namespace