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