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
public property DefaultAllow Gets or sets a value indicating whether requests are allowed by default.
public property DefaultPort Gets or sets the default port for a connection.
public property ExclusiveAddressUse Gets or sets a value indicating whether a channel is bound for exclusive access.
public property HostsAllow Gets the collection of clients allowed to access the Web service.
public property HostsDeny Gets the collection of clients denied access to the Web service.
public property IdleTimeout Gets or sets the time to idle out a connection.
public property InboundConnectionLimit Gets or sets the maximum number of incoming TCP connections.
public property NoDelay Gets or sets a value indicating whether a delay occurs when send or receive buffers are not full.
public property OutboundConnectionLimit Gets or sets the maximum number of outgoing TCP connections.
public property ReceiveTimeout Gets or sets the maximum amount of time in milliseconds that WSE will take to receive a SOAP message.
public property 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
public method Clone Returns a new SoapTcpTransportOptions with the same property values as the current one.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
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

SoapTcpTransportOptions Class
Microsoft.Web.Services3.Messaging Namespace