Inheritance: RequestChannelBase
Exemplo n.º 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;
 }
Exemplo n.º 2
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;
			}