RangeConditionHeaderValue Třída

Definice

Představuje hodnotu hlavičky If-Range , která může být buď datem a časem, nebo hodnotou značky entity.

public ref class RangeConditionHeaderValue
public class RangeConditionHeaderValue
type RangeConditionHeaderValue = class
Public Class RangeConditionHeaderValue
Dědičnost
RangeConditionHeaderValue

Konstruktory

RangeConditionHeaderValue(DateTimeOffset)

Inicializuje novou instanci RangeConditionHeaderValue.

RangeConditionHeaderValue(EntityTagHeaderValue)

Inicializuje novou instanci RangeConditionHeaderValue.

RangeConditionHeaderValue(String)

Inicializuje novou instanci RangeConditionHeaderValue.

Vlastnosti

EntityTag

EntityTagHeaderValue Získá ze záhlaví.

LastModified

Získá datum LastModified z hlavičky.

Metody

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Parse(String)
Parse(StringSegment)

Parsuje input se jako RangeConditionHeaderValue hodnota.

ToString()

Returns a string that represents the current object.

TryParse(String, RangeConditionHeaderValue)
TryParse(StringSegment, RangeConditionHeaderValue)

Pokusí se parsovat zadané input jako RangeConditionHeaderValue.

Platí pro