1 write to requestChannel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3040this.requestChannel = requestChannel;
6 references to requestChannel
System.ServiceModel (6)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (6)
3041IAsyncResult result = this.requestChannel.BeginBaseCloseOutputSession(timeoutHelper.RemainingTime(), baseCloseOutputSessionCallback, this); 3046this.correlationState = this.requestChannel.EndBaseCloseOutputSession(result); 3065thisAsyncResult.correlationState = thisAsyncResult.requestChannel.EndBaseCloseOutputSession(result); 3087IAsyncResult result = this.requestChannel.BeginReceiveInternal(this.timeoutHelper.RemainingTime(), this.correlationState, receiveInternalCallback, this); 3092Message message = this.requestChannel.EndReceiveInternal(result); 3107Message message = thisAsyncResult.requestChannel.EndReceiveInternal(result);