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


The following tables list the members exposed by SocketOption.

Public Fields

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

Public Properties

 NameDescription
public PropertyLocalPortRange Gets or sets the port range desired.  
public PropertyReceiveBufferSize Gets or sets a value that specifies the size of the system receive buffer.  
public PropertyReceiveTimeout Gets or sets a value that specifies the amount of time after which the underlying Socket Receive call will time out.  
public PropertySendBufferSize Gets or sets a value that specifies the size of the system send buffer.  
public PropertySendTimeout Gets or sets a value that specifies the amount of time after which the underlying Socket Send call will time out.  
Top

See Also

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