Dart.Mail Namespace > SocketOption Class : SendBufferSize Property |
<DefaultValueAttribute()> Public Property SendBufferSize As Integer
Dim instance As SocketOption Dim value As Integer instance.SendBufferSize = value value = instance.SendBufferSize
[DefaultValue()] public int SendBufferSize {get; set;}
[DefaultValue()] public: __property int get_SendBufferSize(); public: __property void set_SendBufferSize( int value );
[DefaultValue()] public: property int SendBufferSize { int get(); void set ( int value); }
Increasing the buffer size may help performance when transferring large amounts of data, or when high bandwidth, high latency connections (such as a satellite broadband provider) are used.