Interface IAsyncExecutionContext
public interface IAsyncExecutionContext
  Properties
RequestContext
IAsyncRequestContext RequestContext { get; }
  Property Value
ResponseContext
IAsyncResponseContext ResponseContext { get; }
  Property Value
RuntimeState
object RuntimeState { get; set; }