1 write to innerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
1254
this.
innerChannel
= innerChannel;
5 references to innerChannel
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelDemuxer.cs (5)
1259
get { return this.
innerChannel
.RemoteAddress; }
1264
get { return this.
innerChannel
.Via; }
1269
this.
innerChannel
.Send(message, timeout);
1274
return this.
innerChannel
.BeginSend(message, timeout, callback, state);
1279
this.
innerChannel
.EndSend(result);