Class RequestCreatedEventArgs
Version: 3.2
EventArgs for the RequestCreated event.
Inheritance
object
RequestCreatedEventArgs
Namespace: StylelabsStylelabs.MSdkWebClientHttp
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
RequestResponse
public class RequestCreatedEventArgsConstructors
RequestCreatedEventArgs(HttpRequestMessage)
Initializes a new instance of the RequestCreatedEventArgs class.
Declaration
RequestResponse
public RequestCreatedEventArgs(HttpRequestMessage request)Parameters
| Type | Name | Description |
|---|---|---|
| HttpRequestMessage | request |
The request message which has been created. |
Properties
Request
Gets the request message which has been created.
Declaration
RequestResponse
public HttpRequestMessage Request { get; }Property Value
| Type | Description |
|---|---|
| HttpRequestMessage |