PowerTCP SSH and SFTP for .NET
ClientToServerCompressionMethod Property




The compression method used for sending packets from the client to the server.
Syntax
'Declaration
 
Public ReadOnly Property ClientToServerCompressionMethod As String
'Usage
 
Dim instance As ConnectionInfo
Dim value As String
 
value = instance.ClientToServerCompressionMethod
public string ClientToServerCompressionMethod {get;}
public: __property string* get_ClientToServerCompressionMethod();
public:
property String^ ClientToServerCompressionMethod {
   String^ get();
}
See Also

Reference

ConnectionInfo Class
ConnectionInfo Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic