TransferCodingHeaderValue 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 TransferCodingHeaderValue class.
Overloads
TransferCodingHeaderValue(TransferCodingHeaderValue) |
Initializes a new instance of the TransferCodingHeaderValue class. |
TransferCodingHeaderValue(String) |
Initializes a new instance of the TransferCodingHeaderValue class. |
TransferCodingHeaderValue(TransferCodingHeaderValue)
- Source:
- TransferCodingHeaderValue.cs
- Source:
- TransferCodingHeaderValue.cs
- Source:
- TransferCodingHeaderValue.cs
Initializes a new instance of the TransferCodingHeaderValue class.
protected:
TransferCodingHeaderValue(System::Net::Http::Headers::TransferCodingHeaderValue ^ source);
protected TransferCodingHeaderValue (System.Net.Http.Headers.TransferCodingHeaderValue source);
new System.Net.Http.Headers.TransferCodingHeaderValue : System.Net.Http.Headers.TransferCodingHeaderValue -> System.Net.Http.Headers.TransferCodingHeaderValue
Protected Sub New (source As TransferCodingHeaderValue)
Parameters
- source
- TransferCodingHeaderValue
A TransferCodingHeaderValue object used to initialize the new instance.
Applies to
TransferCodingHeaderValue(String)
- Source:
- TransferCodingHeaderValue.cs
- Source:
- TransferCodingHeaderValue.cs
- Source:
- TransferCodingHeaderValue.cs
Initializes a new instance of the TransferCodingHeaderValue class.
public:
TransferCodingHeaderValue(System::String ^ value);
public TransferCodingHeaderValue (string value);
new System.Net.Http.Headers.TransferCodingHeaderValue : string -> System.Net.Http.Headers.TransferCodingHeaderValue
Public Sub New (value As String)
Parameters
- value
- String
A string used to initialize the new instance.