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)
Syntax
'Declaration
Public Sub New ( _
tag As String, _
isWeak As Boolean _
)
'Usage
Dim tag As String
Dim isWeak As Boolean
Dim instance As New EntityTagHeaderValue(tag, isWeak)
public EntityTagHeaderValue(
string tag,
bool isWeak
)
public:
EntityTagHeaderValue(
String^ tag,
bool isWeak
)
new :
tag:string *
isWeak:bool -> EntityTagHeaderValue
public function EntityTagHeaderValue(
tag : String,
isWeak : boolean
)
Parameters
- tag
Type: System.String
- isWeak
Type: System.Boolean