Class RequestCreatedEventArgs
Version: 3.4
EventArgs for the RequestCreated event.
Inheritance
object
RequestCreatedEventArgs
Namespace: StylelabsStylelabs.MSdkWebClientHttp
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
RequestResponse
public class RequestCreatedEventArgs
Constructors
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 |