Method | Description | |
---|---|---|
GetObjectData ( |
||
HttpOutcome ( |
Initializes a new instance of the HttpOutcome class.
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
HttpOutcome ( |
Initializes a new instance of the HttpOutcome class.
|
public GetObjectData ( |
||
info | ||
context | ||
return | void |
protected HttpOutcome ( |
||
info | /// The information. /// | |
context | /// The context. /// | |
return | System |
public HttpOutcome ( |
||
location | /// The location. /// | |
method | HttpMethod | /// The request method. /// |
statusCode | HttpStatusCode | /// The status code. /// |
responseMessage | string | /// The response message. /// |
responseTime | System.TimeSpan | /// The response time. /// |
return | System |