PowerTCP FTP for .NET
SendBufferSize Property (FtpSession)



Gets or sets a value that determines the size of the data connection's (socket) internal send buffer.
Syntax
<DefaultValueAttribute(65536)>
Public Property SendBufferSize As Integer
Dim instance As FtpSession
Dim value As Integer
 
instance.SendBufferSize = value
 
value = instance.SendBufferSize
[DefaultValue(65536)]
public int SendBufferSize {get; set;}
[DefaultValue(65536)]
public:
property int SendBufferSize {
   int get();
   void set (    int value);
}
See Also

Reference

FtpSession Class
FtpSession Members


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