Method | Description | |
---|---|---|
BeginGetRequestStream ( this webrequest, AsyncCallback callback ) : IAsyncResult |
Extends BeginGetRequestStream so that when a state object is not needed, null does not need to be passed.
|
|
BeginGetResponse ( this webrequest, AsyncCallback callback ) : IAsyncResult |
Extends BeginGetResponse so that when a state object is not needed, null does not need to be passed.
|
public static BeginGetRequestStream ( this webrequest, AsyncCallback callback ) : IAsyncResult | ||
webrequest | this | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginGetResponse ( this webrequest, AsyncCallback callback ) : IAsyncResult | ||
webrequest | this | |
callback | AsyncCallback | |
return | IAsyncResult |