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);
TCPClient Class | TCPClient Members | System.Net.Sockets Namespace