ViaHeaderValue.ProtocolVersion Property

Gets {insert text here}.

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

Syntax

'Declaration
Public ReadOnly Property ProtocolVersion As String 
    Get
'Usage
Dim instance As ViaHeaderValue 
Dim value As String 

value = instance.ProtocolVersion
public string ProtocolVersion { get; }
public:
property String^ ProtocolVersion {
    String^ get ();
}
member ProtocolVersion : string
function get ProtocolVersion () : String

Property Value

Type: System.String

See Also

Reference

ViaHeaderValue Class

System.Net.Http.Headers Namespace