PowerTCP FTP for .NET
SendBufferSize Property (SocketOption)



Gets or sets a value that specifies the size of the system send buffer.
Syntax
<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 SendBufferSize {
   int get();
   void set (    int value);
}

Property Value

An integer with a default value of 8192.
Remarks

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.

See Also

Reference

SocketOption Class
SocketOption Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic