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