Property | Type | Description | |
---|---|---|---|
Arguments | object[] | ||
Context | IHttpContext | ||
Controller | object | ||
Handler |
Method | Description | |
---|---|---|
BeginProcessRequest ( |
||
EndProcessRequest ( IAsyncResult result ) : void | ||
ProcessRequest ( |
public BeginProcessRequest ( |
||
context | ||
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public EndProcessRequest ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
return | void |
public ProcessRequest ( |
||
context | ||
return | void |