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