Mono Class Library: System.Net.ServicePoint Overview | Members

System.Net.ServicePoint.ProtocolVersion Property

Gets the version of the protocol that the System.Net.ServicePoint uses. [Edit]

public virtual Version ProtocolVersion { get; }

Value

A Version instance containing the version of the protocol used by the System.Net.ServicePoint . [Edit]

Remarks

This property is read-only.

Operation
As described above.

The value returned depends on the protocol. If the protocol is not set, null is returned.

Note to Inheritors
Override this property to return the version information for types derived from System.Net.ServicePoint.

Usage
Use this property to determine the protocol version information used by the current instance.

[Edit]

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0