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.
Represents a string header value with an optional quality.
Inheritance Hierarchy
System.Object
System.Net.Http.Headers.StringWithQualityHeaderValue
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Class StringWithQualityHeaderValue
'Usage
Dim instance As StringWithQualityHeaderValue
public class StringWithQualityHeaderValue
public ref class StringWithQualityHeaderValue
type StringWithQualityHeaderValue = class end
public class StringWithQualityHeaderValue
The StringWithQualityHeaderValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
StringWithQualityHeaderValue(String) | Initializes a new instance of the StringWithQualityHeaderValue class. |
![]() |
StringWithQualityHeaderValue(String, Double) | Initializes a new instance of the StringWithQualityHeaderValue class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Quality | Gets {insert text here}. |
![]() |
Value | Gets {insert text here}. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() ![]() |
Parse | |
![]() |
ToString | (Overrides Object.ToString().) |
![]() ![]() |
TryParse |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)