ViaHeaderValue Constructor (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
)
Parameters
- protocolVersion
- Type: System::String
- receivedBy
- Type: System::String
- protocolName
- Type: System::String
Show: