1 write to channel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1855this.channel = channel;
5 references to channel
System.ServiceModel (5)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (5)
1873while (!channel.isInputClosed) 1876if (channel.ChannelBinder.EndTryReceive(result, out requestContext)) 1881message = channel.ProcessRequestContext(requestContext, timeoutHelper.RemainingTime(), this.correlationState); 1883if (message != null || channel.isInputClosed) 1894result = channel.ChannelBinder.BeginTryReceive(timeoutHelper.RemainingTime(), onReceive, this);