8 references to InnerChannel
System.ServiceModel (8)
System\ServiceModel\Channels\ChannelDemuxer.cs (8)
2912
get { return
InnerChannel
.Session; }
2917
get { return
InnerChannel
.RemoteAddress; }
2922
get { return
InnerChannel
.Via; }
2927
this.
InnerChannel
.Send(message);
2932
this.
InnerChannel
.Send(message, timeout);
2937
return this.
InnerChannel
.BeginSend(message, callback, state);
2942
return this.
InnerChannel
.BeginSend(message, timeout, callback, state);
2947
this.
InnerChannel
.EndSend(result);