|   | IClientSendBufferSize 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.257-beta
 Syntax
Syntaxint SendBufferSize { get; set; }Property SendBufferSize As Integer
	Get
	Set
property int SendBufferSize {
	int get ();
	void set (int value);
}abstract SendBufferSize : int with get, set
function get_SendBufferSize();
function set_SendBufferSize(value);
Property Value
Int32 See Also
See Also