1 write to _channelManager
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (1)
21
_channelManager
= channelManager;
7 references to _channelManager
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBase.cs (7)
46
get { return ((IDefaultCommunicationTimeouts)
_channelManager
).CloseTimeout; }
51
get { return ((IDefaultCommunicationTimeouts)
_channelManager
).OpenTimeout; }
56
get { return ((IDefaultCommunicationTimeouts)
_channelManager
).ReceiveTimeout; }
61
get { return ((IDefaultCommunicationTimeouts)
_channelManager
).SendTimeout; }
68
return
_channelManager
;
74
IChannelFactory factory =
_channelManager
as IChannelFactory;
80
IChannelListener listener =
_channelManager
as IChannelListener;