Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the RangeConditionHeaderValue class.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Sub New ( _
    entityTag As EntityTagHeaderValue _
)
'Usage
Dim entityTag As EntityTagHeaderValue 
Dim instance As New RangeConditionHeaderValue(entityTag)
public RangeConditionHeaderValue(
    EntityTagHeaderValue entityTag
)
public:
RangeConditionHeaderValue(
    EntityTagHeaderValue^ entityTag
)
new : 
        entityTag:EntityTagHeaderValue -> RangeConditionHeaderValue
public function RangeConditionHeaderValue(
    entityTag : EntityTagHeaderValue
)
Parameters
- entityTag
 Type: System.Net.Http.Headers.EntityTagHeaderValue
See Also
Reference
RangeConditionHeaderValue Class