Udostępnij przez


EntityTagHeaderValue Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy EntityTagHeaderValue.

Przeciążenia

EntityTagHeaderValue(String)

Inicjuje nowe wystąpienie klasy EntityTagHeaderValue.

EntityTagHeaderValue(String, Boolean)

Inicjuje nowe wystąpienie klasy EntityTagHeaderValue.

EntityTagHeaderValue(String)

Źródło:
EntityTagHeaderValue.cs
Źródło:
EntityTagHeaderValue.cs
Źródło:
EntityTagHeaderValue.cs

Inicjuje nowe wystąpienie klasy EntityTagHeaderValue.

public:
 EntityTagHeaderValue(System::String ^ tag);
public EntityTagHeaderValue (string tag);
new System.Net.Http.Headers.EntityTagHeaderValue : string -> System.Net.Http.Headers.EntityTagHeaderValue
Public Sub New (tag As String)

Parametry

tag
String

Ciąg zawierający element EntityTagHeaderValue.

Dotyczy

EntityTagHeaderValue(String, Boolean)

Źródło:
EntityTagHeaderValue.cs
Źródło:
EntityTagHeaderValue.cs
Źródło:
EntityTagHeaderValue.cs

Inicjuje nowe wystąpienie klasy EntityTagHeaderValue.

public:
 EntityTagHeaderValue(System::String ^ tag, bool isWeak);
public EntityTagHeaderValue (string tag, bool isWeak);
new System.Net.Http.Headers.EntityTagHeaderValue : string * bool -> System.Net.Http.Headers.EntityTagHeaderValue
Public Sub New (tag As String, isWeak As Boolean)

Parametry

tag
String

Ciąg zawierający element EntityTagHeaderValue.

isWeak
Boolean

Wartość wskazująca, czy ten nagłówek tagu jednostki jest słabym modułem sprawdzania poprawności. Jeśli nagłówek tagu jednostki jest słabym modułem sprawdzania poprawności, isWeak należy ustawić wartość true. Jeśli nagłówek entity-tag jest silnym modułem sprawdzania poprawności, isWeak należy ustawić wartość false.

Dotyczy