SocketWrench .NET Edition

InternetDialer.IpHeaderCompression Property

Enables and disables IP header compression for the current phonebook entry.

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

Property Value

A boolean value which specifies if IP header compression is enabled.

Remarks

The IpHeaderCompression property is used to enable or disable IP header compression. If set to true, when a connection is established, RAS will negotiate with the dial-up server to use header compression. If set to false, header compression will not be negotiated. This property corresponds to the Use IP Header Compression checkbox on the TCP/IP configuration dialog.

See Also

InternetDialer Class | SocketTools Namespace