Class
WcfHttpRawRequestResponse

Definition

Namespace:ArtOfTest.WebAii.Messaging.Http

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class WcfHttpRawRequestResponse

Inheritance: objectWcfHttpRawRequestResponse

Constructors

WcfHttpRawRequestResponse()

Declaration

cs-api-definition
public WcfHttpRawRequestResponse()

Properties

Exception

Contains exception thrown during call; empty otherwise

Declaration

cs-api-definition
public Exception Exception { get; set; }

Property Value

Exception

Result

The result of the REST call

Declaration

cs-api-definition
public IWcfHttpRequestResult Result { get; set; }

Property Value

IWcfHttpRequestResult

StatusText

Indicates result of call

Declaration

cs-api-definition
public string StatusText { get; set; }

Property Value

string