RangeConditionHeaderValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RangeConditionHeaderValue class.
Overloads
RangeConditionHeaderValue(DateTimeOffset) |
Initializes a new instance of the RangeConditionHeaderValue class. |
RangeConditionHeaderValue(EntityTagHeaderValue) |
Initializes a new instance of the RangeConditionHeaderValue class. |
RangeConditionHeaderValue(String) |
Initializes a new instance of the RangeConditionHeaderValue class. |
RangeConditionHeaderValue(DateTimeOffset)
- Source:
- RangeConditionHeaderValue.cs
- Source:
- RangeConditionHeaderValue.cs
- Source:
- RangeConditionHeaderValue.cs
Initializes a new instance of the RangeConditionHeaderValue class.
public:
RangeConditionHeaderValue(DateTimeOffset date);
public RangeConditionHeaderValue (DateTimeOffset date);
new System.Net.Http.Headers.RangeConditionHeaderValue : DateTimeOffset -> System.Net.Http.Headers.RangeConditionHeaderValue
Public Sub New (date As DateTimeOffset)
Parameters
- date
- DateTimeOffset
A date value used to initialize the new instance.
Applies to
RangeConditionHeaderValue(EntityTagHeaderValue)
- Source:
- RangeConditionHeaderValue.cs
- Source:
- RangeConditionHeaderValue.cs
- Source:
- RangeConditionHeaderValue.cs
Initializes a new instance of the RangeConditionHeaderValue class.
public:
RangeConditionHeaderValue(System::Net::Http::Headers::EntityTagHeaderValue ^ entityTag);
public RangeConditionHeaderValue (System.Net.Http.Headers.EntityTagHeaderValue entityTag);
new System.Net.Http.Headers.RangeConditionHeaderValue : System.Net.Http.Headers.EntityTagHeaderValue -> System.Net.Http.Headers.RangeConditionHeaderValue
Public Sub New (entityTag As EntityTagHeaderValue)
Parameters
- entityTag
- EntityTagHeaderValue
An EntityTagHeaderValue object used to initialize the new instance.
Applies to
RangeConditionHeaderValue(String)
- Source:
- RangeConditionHeaderValue.cs
- Source:
- RangeConditionHeaderValue.cs
- Source:
- RangeConditionHeaderValue.cs
Initializes a new instance of the RangeConditionHeaderValue class.
public:
RangeConditionHeaderValue(System::String ^ entityTag);
public RangeConditionHeaderValue (string entityTag);
new System.Net.Http.Headers.RangeConditionHeaderValue : string -> System.Net.Http.Headers.RangeConditionHeaderValue
Public Sub New (entityTag As String)
Parameters
- entityTag
- String
An entity tag represented as a string used to initialize the new instance.