Windows apps
Collapse the table of content
Expand the table of content

HttpContentHeaders::ContentLength Property

Gets or sets {insert text here}.

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

public:
property Nullable<long long> ContentLength {
	Nullable<long long> get ();
	void set (Nullable<long long> value);
}

Property Value

Type: System::Nullable<Int64>
Show:
© 2017 Microsoft