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

HttpResponseMessage::RequestMessage Property

Gets or sets the request message which led to this response message.

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

public:
property HttpRequestMessage^ RequestMessage {
	HttpRequestMessage^ get ();
	void set (HttpRequestMessage^ value);
}
Show:
© 2017 Microsoft