System::Net::Http::Headers::TransferCodingHeaderValue::Parse method

TransferCodingHeaderValue::Parse method

Converts a passed string to an instance of the TransferCodingHeaderValue class.

static System::SharedPtr<TransferCodingHeaderValue> System::Net::Http::Headers::TransferCodingHeaderValue::Parse(String input)
ParameterTypeDescription
inputStringA string to parse.

ReturnValue

An instance of the TransferCodingHeaderValue class.

See Also