4 writes to receiver
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
90this.receiver = new ErrorHandlingReceiver(binder, null); 94this.receiver = new ErrorHandlingReceiver(binder, dispatchRuntime.ChannelDispatcher); 133this.receiver = new ErrorHandlingReceiver(this.binder, channelDispatcher); 199this.receiver = handler.receiver;
9 references to receiver
System.ServiceModel (9)
System\ServiceModel\Dispatcher\ChannelHandler.cs (9)
199this.receiver = handler.receiver; 380return this.receiver.BeginTryReceive(TimeSpan.MaxValue, ChannelHandler.onAsyncReceiveComplete, this); 537valid = this.receiver.EndTryReceive(result, out requestContext); 915this.receiver.Close(); 1144valid = this.receiver.TryReceive(timeout, out requestContext); 1516this.receiver.WaitForMessage(); 1601this.receiver.WaitForMessage(); 1730received = this.receiver.TryReceive(TimeSpan.Zero, out request); 1736received = this.receiver.TryReceive(TransactionBehavior.NormalizeTimeout(receiveTimeout), out request);