Response Class |
Namespace: MSL.Core.Process.Scripting.Api
The Response type exposes the following members.
Name | Description | |
---|---|---|
![]() | Body |
Gets the response body.
|
![]() | Headers |
Gets the response headers.
|
![]() | ResponseTime |
Gets the response time in milliseconds.
|
![]() | StatusCode |
Gets the HTTP response status code.
|
![]() | StatusDescription |
Gets the HTTP response status description.
|
![]() | Uri |
Gets the address that request is made to.
|
Name | Description | |
---|---|---|
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |