Gets or sets the size of the receive buffer in bytes.
[Visual Basic] Public Property ReceiveBufferSize As Integer [C#] public int ReceiveBufferSize {get; set;} [C++] public: __property int get_ReceiveBufferSize(); public: __property void set_ReceiveBufferSize(int); [JScript] public function get ReceiveBufferSize() : int; public function set ReceiveBufferSize(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