1 write to requestChannel
System.ServiceModel (1)
System\ServiceModel\Channels\RequestChannel.cs (1)
367this.requestChannel = requestChannel;
5 references to requestChannel
System.ServiceModel (5)
System\ServiceModel\Channels\RequestChannel.cs (5)
379this.waitHandle = ThreadPool.RegisterWaitForSingleObject(this.requestChannel.closedEvent, completeWaitCallBack, this, TimeoutHelper.ToMilliseconds(timeout), true); 389request.Abort(this.requestChannel); 396if (requestChannel.closedEvent != null) 400waitHandle.Unregister(requestChannel.closedEvent); 402requestChannel.FinishClose();