HttpContentHeaders()

HttpContentHeaders::HttpContentHeaders(HeaderFunc<Nullable<int64_t>>) constructor

Constructs a new instance.

System::Net::Http::Headers::HttpContentHeaders::HttpContentHeaders(HeaderFunc<Nullable<int64_t>> calculateLengthFunc)

Arguments

ParameterTypeDescription
calculateLengthFuncHeaderFunc<Nullable<int64_t>>The function that is used to calculate the content length.

See Also