42 references to ThrowIfNotOpened
System.ServiceModel (42)
System\ServiceModel\Channels\ChannelListenerBase.cs (4)
74
this.
ThrowIfNotOpened
();
81
this.
ThrowIfNotOpened
();
120
this.
ThrowIfNotOpened
();
132
this.
ThrowIfNotOpened
();
System\ServiceModel\Channels\HttpChannelListener.cs (2)
904
base.
ThrowIfNotOpened
();
910
base.
ThrowIfNotOpened
();
System\ServiceModel\Channels\InputQueueChannel.cs (4)
103
this.
ThrowIfNotOpened
();
122
this.
ThrowIfNotOpened
();
136
this.
ThrowIfNotOpened
();
147
this.
ThrowIfNotOpened
();
System\ServiceModel\Channels\InputQueueChannelAcceptor.cs (4)
28
this.
ThrowIfNotOpened
();
34
this.
ThrowIfNotOpened
();
97
this.
ThrowIfNotOpened
();
103
this.
ThrowIfNotOpened
();
System\ServiceModel\Channels\NamedPipeChannelListener.cs (2)
78
base.
ThrowIfNotOpened
();
84
base.
ThrowIfNotOpened
();
System\ServiceModel\Channels\PeerChannelListener.cs (2)
302
base.
ThrowIfNotOpened
();
308
base.
ThrowIfNotOpened
();
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
754
this.
ThrowIfNotOpened
();
980
this.
ThrowIfNotOpened
();
System\ServiceModel\Channels\TcpChannelListener.cs (2)
85
base.
ThrowIfNotOpened
();
91
base.
ThrowIfNotOpened
();
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (4)
172
this.
ThrowIfNotOpened
(); // we can't be in Created or Opening
290
this.
ThrowIfNotOpened
(); // we can't be in Created or Opening
343
ThrowIfNotOpened
();
886
channel.
ThrowIfNotOpened
();
System\ServiceModel\Security\AsymmetricSecurityProtocol.cs (3)
44
this.CommunicationObject.
ThrowIfNotOpened
();
53
this.CommunicationObject.
ThrowIfNotOpened
();
62
this.CommunicationObject.
ThrowIfNotOpened
();
System\ServiceModel\Security\AsymmetricSecurityProtocolFactory.cs (3)
67
this.CommunicationObject.
ThrowIfNotOpened
();
76
this.CommunicationObject.
ThrowIfNotOpened
();
85
this.CommunicationObject.
ThrowIfNotOpened
();
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
401
this.CommunicationObject.
ThrowIfNotOpened
();
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1183
this.communicationObject.
ThrowIfNotOpened
();
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
3497
this.channel.
ThrowIfNotOpened
();
3532
this.channel.
ThrowIfNotOpened
();
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
127
this.communicationObject.
ThrowIfNotOpened
();
4583
this.channel.
ThrowIfNotOpened
();
4620
this.channel.
ThrowIfNotOpened
();
System\ServiceModel\Security\SymmetricSecurityProtocol.cs (3)
40
this.CommunicationObject.
ThrowIfNotOpened
();
49
this.CommunicationObject.
ThrowIfNotOpened
();
59
this.CommunicationObject.
ThrowIfNotOpened
();