Property | Type | Description | |
---|---|---|---|
AllDone | ManualResetEvent |
Method | Description | |
---|---|---|
GetPage ( Uri HttpSite ) : void | ||
GetPageAsync ( Uri HttpSite ) : void | ||
Main ( string args ) : void |
Method | Description | |
---|---|---|
ReadCallBack ( IAsyncResult InResult ) : void |
This is the callback handler for the async stream read. Calls itself under data from stream is all read.
|
|
ResponseCallback ( IAsyncResult InResult ) : void |
This is the callback handler for the asynch WebRequest.
|
public static GetPage ( Uri HttpSite ) : void | ||
HttpSite | Uri | |
return | void |
public static GetPageAsync ( Uri HttpSite ) : void | ||
HttpSite | Uri | |
return | void |