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