1 write to innerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
217this.innerChannel = innerChannel;
3 references to innerChannel
System.ServiceModel (3)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (3)
256this.innerChannel.Send(message); 267return this.innerChannel.BeginSend(message, timeout, callback, state); 272this.innerChannel.EndSend(result);