1 write to innerContext
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1405this.innerContext = innerContext;
6 references to innerContext
System.ServiceModel (6)
System\ServiceModel\Channels\SecurityChannelListener.cs (6)
1412this.innerContext.Abort(); 1417this.innerContext.Close(timeout); 1424return new RequestContextSendAsyncResult(message, this.securityProtocol, this.innerContext, timeout, 1429return this.innerContext.BeginReply(message, timeout, callback, state); 1441this.innerContext.EndReply(result); 1452this.innerContext.Reply(message, timeoutHelper.RemainingTime());