4 writes to message
System.ServiceModel (4)
System\ServiceModel\Security\ReceiveMessageAndVerifySecurityAsyncResultBase.cs (4)
33
bool innerReceiveCompleted = innerChannel.EndTryReceive(asyncResult, out this.
message
);
41
bool completedSynchronously = this.OnInnerReceiveDone(ref this.
message
, this.timeoutHelper.RemainingTime());
62
bool innerReceiveCompleted = thisResult.innerChannel.EndTryReceive(result, out thisResult.
message
);
71
completeSelf = thisResult.OnInnerReceiveDone(ref thisResult.
message
, thisResult.timeoutHelper.RemainingTime());
1 reference to message
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveMessageAndVerifySecurityAsyncResultBase.cs (1)
94
message = thisResult.
message
;