RemObjects.InternetPack.Connection.AsyncReadLineRequest.AsyncReadLineRequest C# (CSharp) Метод

AsyncReadLineRequest() публичный Метод

public AsyncReadLineRequest ( Object state, AsyncCallback callback ) : System
state Object
callback AsyncCallback
Результат System
			public AsyncReadLineRequest(Object state, AsyncCallback callback)
			{
				fAsyncState = state;
				fCallback = callback;
				this.fData = new MemoryStream(1024);
			}
Connection.AsyncReadLineRequest