2 writes to reply
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
891
this.
reply
= channel.EndRequest(result);
896
this.
reply
= securityChannel.ProcessReply(reply, this.CorrelationState, timeout);
2 references to reply
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
886
return self.
reply
;
896
this.reply = securityChannel.ProcessReply(
reply
, this.CorrelationState, timeout);