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

WarningHeaderValue Constructor (Int32, String, String)

Initializes a new instance of the WarningHeaderValue class.

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

public:
WarningHeaderValue(
	int code, 
	String^ agent, 
	String^ text
)

Parameters

code
Type: System::Int32
agent
Type: System::String
text
Type: System::String
Show:
© 2017 Microsoft