C# Class Microsoft.Http.HttpStageProcessingAsyncState

Mostra file Open project: o2platform/O2.Platform.Projects Class Usage Examples

Public Properties

Property Type Description
request HttpRequestMessage
stages ReadOnlyCollection
states Stack

Public Methods

Method Description
GetExceptionOrNull ( ) : Exception
GetResponseOrNull ( ) : HttpResponseMessage
HttpStageProcessingAsyncState ( ReadOnlyCollection stages, HttpRequestMessage request ) : System
MarkAsAsync ( ) : void
MarkCancelled ( ) : void
SetException ( Exception e ) : void
SetResponse ( HttpResponseMessage response ) : void

Method Details

GetExceptionOrNull() public method

public GetExceptionOrNull ( ) : Exception
return System.Exception

GetResponseOrNull() public method

public GetResponseOrNull ( ) : HttpResponseMessage
return HttpResponseMessage

HttpStageProcessingAsyncState() public method

public HttpStageProcessingAsyncState ( ReadOnlyCollection stages, HttpRequestMessage request ) : System
stages ReadOnlyCollection
request HttpRequestMessage
return System

MarkAsAsync() public method

public MarkAsAsync ( ) : void
return void

MarkCancelled() public method

public MarkCancelled ( ) : void
return void

SetException() public method

public SetException ( Exception e ) : void
e System.Exception
return void

SetResponse() public method

public SetResponse ( HttpResponseMessage response ) : void
response HttpResponseMessage
return void

Property Details

request public_oe property

public HttpRequestMessage,Microsoft.Http request
return HttpRequestMessage

stages public_oe property

public ReadOnlyCollection stages
return ReadOnlyCollection

states public_oe property

public Stack states
return Stack