SocketWrench .NET Edition

InternetDialer.SoftwareCompression Property

Enables and disables software compression for the current phonebook entry.

[Visual Basic]
Public Property SoftwareCompression As Boolean
[C#]
public bool SoftwareCompression {get; set;}

Property Value

A boolean value which specifies if software compression is enabled.

Remarks

The SoftwareCompression property determines if data compression is negotiated during the connection. If the property is set to true, then the client will negotiate a compatible compression protocol. Software compression should only be disabled if the client is unable to establish a connection with the server.

See Also

InternetDialer Class | SocketTools Namespace