Gets or sets the size of the send buffer in bytes.
[Visual Basic] Public Property SendBufferSize As Integer [C#] public int SendBufferSize {get; set;} [C++] public: __property int get_SendBufferSize(); public: __property void set_SendBufferSize(int); [JScript] public function get SendBufferSize() : int; public function set SendBufferSize(int);
The size of the receive buffer can only be changed after a connection to a remote host has been made.
TCPClient Class | TCPClient Members | System.Net.Sockets Namespace