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
Public method ViaHeaderValue(String, String) Initializes a new instance of the ViaHeaderValue class.
Public method ViaHeaderValue(String, String, String) Initializes a new instance of the ViaHeaderValue class.
Public method ViaHeaderValue(String, String, String, String) Initializes a new instance of the ViaHeaderValue class.

Top

Properties

  Name Description
Public property Comment Gets {insert text here}.
Public property ProtocolName Gets {insert text here}.
Public property ProtocolVersion Gets {insert text here}.
Public property ReceivedBy Gets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Parse
Public method ToString (Overrides Object.ToString().)
Public methodStatic member 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.

See Also

Reference

System.Net.Http.Headers Namespace