ViaHeaderValue Class
Represents the value of a Via header.
Inheritance Hierarchy
System.Object
System.Net.Http.Headers.ViaHeaderValue
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Class ViaHeaderValue
'Usage
Dim instance As ViaHeaderValue
public class ViaHeaderValue
public ref class ViaHeaderValue
type ViaHeaderValue = class end
public class ViaHeaderValue
The ViaHeaderValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ViaHeaderValue(String, String) | Initializes a new instance of the ViaHeaderValue class. | |
ViaHeaderValue(String, String, String) | Initializes a new instance of the ViaHeaderValue class. | |
ViaHeaderValue(String, String, String, String) | Initializes a new instance of the ViaHeaderValue class. |
Top
Properties
Name | Description | |
---|---|---|
Comment | Gets {insert text here}. | |
ProtocolName | Gets {insert text here}. | |
ProtocolVersion | Gets {insert text here}. | |
ReceivedBy | Gets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Parse | ||
ToString | (Overrides Object.ToString().) | |
TryParse |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.