AbstractHttpMessage.ProtocolVersion Property

Definition

Gets the protocol version with which this message is compatible.

public abstract Org.Apache.Http.ProtocolVersion? ProtocolVersion { [Android.Runtime.Register("getProtocolVersion", "()Lorg/apache/http/ProtocolVersion;", "GetGetProtocolVersionHandler")] get; }
[<get: Android.Runtime.Register("getProtocolVersion", "()Lorg/apache/http/ProtocolVersion;", "GetGetProtocolVersionHandler")>]
member this.ProtocolVersion : Org.Apache.Http.ProtocolVersion

Property Value

The compatible protocol version.

Implements

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to