Inheritance: RequestChannelBase
コード例 #1
0
 public HttpChannelRequestAsyncResult(Message message, TimeSpan timeout, HttpRequestChannel owner, AsyncCallback callback, object state)
 {
     Message       = message;
     Timeout       = timeout;
     this.owner    = owner;
     this.callback = callback;
     AsyncState    = state;
 }
コード例 #2
0
ファイル: HttpRequestChannel.cs プロジェクト: kumpera/mono
			public HttpChannelRequestAsyncResult (Message message, TimeSpan timeout, HttpRequestChannel owner, AsyncCallback callback, object state)
			{
				Message = message;
				Timeout = timeout;
				this.owner = owner;
				this.callback = callback;
				AsyncState = state;
			}