System.Net.FileWebRequest.BeginGetResponse C# (CSharp) Method

BeginGetResponse() public method

public BeginGetResponse ( System callback, object state ) : System.IAsyncResult
callback System
state object
return System.IAsyncResult
        public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
        public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }

Same methods

FileWebRequest::BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult