|
TransportProviderTReceiveBufferSize Property
|
Gets receive buffer requested size.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.207-beta
Syntax public int ReceiveBufferSize { get; }
Public ReadOnly Property ReceiveBufferSize As Integer
Get
public:
property int ReceiveBufferSize {
int get ();
}
member ReceiveBufferSize : int with get
function get_ReceiveBufferSize();
View SourceProperty Value
Int32See Also