PowerTCP Telnet for .NET CF
TcpSocketOption Class Members
See Also  Fields  Properties  Send comments on this topic.
Dart.Common Namespace : TcpSocketOption Class


The following tables list the members exposed by TcpSocketOption.

Public Fields

 NameDescription
public FieldLocalEndPoint Gets or sets the desired local IPEndPoint (address and port) the socket should be bound to. (Inherited from Dart.Common.SocketOption)
Top

Public Properties

 NameDescription
public PropertyExclusiveAddressUse Gets or Sets a value that restricts the use of local ports to only one socket each.  
public PropertyLocalPortRange Gets or sets the port range desired. (Inherited from Dart.Common.SocketOption)
public PropertyNoDelay Gets or sets a value that disables the use of Nagle's algorithm so that data is sent immediately.  
public PropertyOutOfBandInline Gets or sets a value that indicates whether out-of-band (urgent) data is read as normal in-line data.  
public PropertyReceiveBufferSize Gets or sets a value that specifies the size of the system receive buffer. (Inherited from Dart.Common.SocketOption)
public PropertyReceiveTimeout Gets or sets a value that specifies the amount of time after which the underlying Socket Receive call will time out. (Inherited from Dart.Common.SocketOption)
public PropertySendBufferSize Gets or sets a value that specifies the size of the system send buffer. (Inherited from Dart.Common.SocketOption)
public PropertySendTimeout Gets or sets a value that specifies the amount of time after which the underlying Socket Send call will time out. (Inherited from Dart.Common.SocketOption)
Top

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.