Windows apps
Collapse the table of content
Expand the table of content

ViaHeaderValue Constructor (String, String, String, String)

Initializes a new instance of the ViaHeaderValue class.

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

public:
ViaHeaderValue(
	String^ protocolVersion, 
	String^ receivedBy, 
	String^ protocolName, 
	String^ comment
)

Parameters

protocolVersion
Type: System::String
receivedBy
Type: System::String
protocolName
Type: System::String
comment
Type: System::String
Show:
© 2017 Microsoft