Dart.Telnet Namespace > SocketOption Class : SendBufferSize Property |
<DefaultValueAttribute(8192)> Public Property SendBufferSize As Integer
Dim instance As SocketOption Dim value As Integer instance.SendBufferSize = value value = instance.SendBufferSize
[DefaultValue(8192)] public int SendBufferSize {get; set;}
[DefaultValue(8192)] public: __property int get_SendBufferSize(); public: __property void set_SendBufferSize( int value );
[DefaultValue(8192)] public: property int SendBufferSize { int get(); void set ( int value); }