ViaHeaderValue.ProtocolName Property
Gets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public ReadOnly Property ProtocolName As String
Get
'Usage
Dim instance As ViaHeaderValue
Dim value As String
value = instance.ProtocolName
public string ProtocolName { get; }
public:
property String^ ProtocolName {
String^ get ();
}
member ProtocolName : string
function get ProtocolName () : String
Property Value
Type: System.String