NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TCPClient.SendTimeout

Gets or sets the send time out value of the connection in seconds.

[Visual Basic]
Public Property SendTimeout As Integer
[C#]
public int SendTimeout {get; set;}
[C++]
public: __property int get_SendTimeout();
public: __property void set_SendTimeout(int);
[JScript]
public function get SendTimeout() : int;
public function set SendTimeout(int);

See Also

TCPClient Class | TCPClient Members | System.Net.Sockets Namespace