1 write to channelManager
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelBase.cs (1)
21
this.
channelManager
= channelManager;
7 references to channelManager
System.ServiceModel (7)
System\ServiceModel\Channels\ChannelBase.cs (7)
52
get { return ((IDefaultCommunicationTimeouts)this.
channelManager
).CloseTimeout; }
57
get { return ((IDefaultCommunicationTimeouts)this.
channelManager
).OpenTimeout; }
62
get { return ((IDefaultCommunicationTimeouts)this.
channelManager
).ReceiveTimeout; }
67
get { return ((IDefaultCommunicationTimeouts)this.
channelManager
).SendTimeout; }
74
return
channelManager
;
80
IChannelFactory factory = this.
channelManager
as IChannelFactory;
86
IChannelListener listener = this.
channelManager
as IChannelListener;