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

EntityTagHeaderValue Constructor (String, Boolean)

Initializes a new instance of the EntityTagHeaderValue class.

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

public:
EntityTagHeaderValue(
	String^ tag, 
	bool isWeak
)

Parameters

tag
Type: System::String
isWeak
Type: System::Boolean
Show:
© 2017 Microsoft