System.Net.FtpWebRequest.BeginGetResponse C# (CSharp) 메소드

BeginGetResponse() 공개 메소드

public BeginGetResponse ( System callback, object state ) : System.IAsyncResult
callback System
state object
리턴 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

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