Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the HttpRequestMessage associated with the context.
Namespace: System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Public Property Request As HttpRequestMessage
public HttpRequestMessage Request { get; private set; }
public:
property HttpRequestMessage^ Request {
HttpRequestMessage^ get ();
private: void set (HttpRequestMessage^ value);
}
member Request : HttpRequestMessage with get, private set
function get Request () : HttpRequestMessage
private function set Request (value : HttpRequestMessage)
Property Value
Type: System.Net.Http.HttpRequestMessage
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.