1 write to innerChannel
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveMessageAndVerifySecurityAsyncResultBase.cs (1)
23this.innerChannel = innerChannel;
3 references to innerChannel
System.ServiceModel (3)
System\ServiceModel\Security\ReceiveMessageAndVerifySecurityAsyncResultBase.cs (3)
28IAsyncResult asyncResult = innerChannel.BeginTryReceive(this.timeoutHelper.RemainingTime(), innerTryReceiveCompletedCallback, this); 33bool innerReceiveCompleted = innerChannel.EndTryReceive(asyncResult, out this.message); 62bool innerReceiveCompleted = thisResult.innerChannel.EndTryReceive(result, out thisResult.message);