PowerTCP SSH and SFTP for .NET
ServerToClientCompressionMethod Property




The compression method used for sending packets from the server to the client.
Syntax
'Declaration
 
Public ReadOnly Property ServerToClientCompressionMethod As String
'Usage
 
Dim instance As ConnectionInfo
Dim value As String
 
value = instance.ServerToClientCompressionMethod
public string ServerToClientCompressionMethod {get;}
public: __property string* get_ServerToClientCompressionMethod();
public:
property String^ ServerToClientCompressionMethod {
   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