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