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