| 
            
              IClientReceiveBufferSize Property
             | 
          
        
        
            Gets or sets the size of the buffer used by the client for receiving data from the server.
            
        
        Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.258-beta
Syntaxint ReceiveBufferSize { get; set; }Property ReceiveBufferSize As Integer
	Get
	Set
property int ReceiveBufferSize {
	int get ();
	void set (int value);
}abstract ReceiveBufferSize : int with get, set
function get_ReceiveBufferSize();
function set_ReceiveBufferSize(value);
Property Value
Int32
See Also