HttpServerCustomValidationRequestedEventArgs.RequestMessage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the HTTP request containing the destination URI, headers, and body.
public:
property HttpRequestMessage ^ RequestMessage { HttpRequestMessage ^ get(); };
HttpRequestMessage RequestMessage();
public HttpRequestMessage RequestMessage { get; }
var httpRequestMessage = httpServerCustomValidationRequestedEventArgs.requestMessage;
Public ReadOnly Property RequestMessage As HttpRequestMessage
Property Value
The HTTP request containing the destination URI, headers, and body.