|
IServerReceiveBufferSize Property
|
Gets or sets the size of the buffer used by the server for receiving data from the clients.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.205-beta
Syntax int 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
Int32See Also