Method | Description | |
---|---|---|
BeginProcessRequest ( |
||
EndProcessRequest ( IAsyncResult result ) : void | ||
HttpAsyncHandler ( Func |
||
ProcessRequest ( |
public BeginProcessRequest ( |
||
context | ||
cb | AsyncCallback | |
extraData | object | |
return | IAsyncResult |
public EndProcessRequest ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
return | void |
public HttpAsyncHandler ( Func |
||
begin | Func |
|
end | Action |
|
return | System |
public ProcessRequest ( |
||
context | ||
return | void |