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