1 write to replyProvider
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1757
this.
replyProvider
= replyProvider;
2 references to replyProvider
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (2)
1796
using (Message message = this.
replyProvider
.Provide(this.channel, info))
1815
this.asyncMessage = this.
replyProvider
.Provide(this.channel, info);