2 writes to host
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
112this.host = listener.Host; 193this.host = handler.host;
7 references to host
System.ServiceModel (7)
System\ServiceModel\Dispatcher\ChannelHandler.cs (7)
193this.host = handler.host; 455currentOperationContext = new OperationContext(request, message, channel, this.host); 468MessageRpc rpc = new MessageRpc(request, message, operation, channel, this.host, 566this.host.RaiseUnknownMessageReceived(request.RequestMessage); 1458OperationContext currentOperationContext = new OperationContext(this.host); 1537OperationContext currentOperationContext = new OperationContext(this.host); 1622OperationContext currentOperationContext = new OperationContext(this.host);