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

BeginGetRequestStream() public method

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

Same methods

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