Gets or sets supported compression algorithms server to client.
Namespace: Renci.SshNet.Messages.TransportAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public string[] CompressionAlgorithmsServerToClient { get; set; }public string[] CompressionAlgorithmsServerToClient { get; set; }Public Property CompressionAlgorithmsServerToClient As String()
Get
Set
Public Property CompressionAlgorithmsServerToClient As String()
Get
Set
public:
property array<String^>^ CompressionAlgorithmsServerToClient {
array<String^>^ get ();
void set (array<String^>^ value);
}public:
property array<String^>^ CompressionAlgorithmsServerToClient {
array<String^>^ get ();
void set (array<String^>^ value);
}Field Value
Supported compression algorithms server to client.