28 references to ThrowIfClosedOrNotOpen
System.ServiceModel (28)
System\ServiceModel\InstanceContext.cs (1)
465this.ThrowIfClosedOrNotOpen();
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (2)
352this.CommunicationObject.ThrowIfClosedOrNotOpen(); 384this.CommunicationObject.ThrowIfClosedOrNotOpen();
System\ServiceModel\Security\MessageSecurityProtocol.cs (6)
83this.CommunicationObject.ThrowIfClosedOrNotOpen(); 105this.CommunicationObject.ThrowIfClosedOrNotOpen(); 528this.CommunicationObject.ThrowIfClosedOrNotOpen(); 552this.CommunicationObject.ThrowIfClosedOrNotOpen(); 590this.CommunicationObject.ThrowIfClosedOrNotOpen(); 626this.CommunicationObject.ThrowIfClosedOrNotOpen();
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
427this.CommunicationObject.ThrowIfClosedOrNotOpen();
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1607ThrowIfClosedOrNotOpen();
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
764this.CommunicationObject.ThrowIfClosedOrNotOpen(); 877this.CommunicationObject.ThrowIfClosedOrNotOpen();
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (9)
457this.CommunicationObject.ThrowIfClosedOrNotOpen(); 468this.CommunicationObject.ThrowIfClosedOrNotOpen(); 474this.CommunicationObject.ThrowIfClosedOrNotOpen(); 485this.CommunicationObject.ThrowIfClosedOrNotOpen(); 703this.CommunicationObject.ThrowIfClosedOrNotOpen(); 763this.CommunicationObject.ThrowIfClosedOrNotOpen(); 769this.CommunicationObject.ThrowIfClosedOrNotOpen(); 784this.CommunicationObject.ThrowIfClosedOrNotOpen(); 799this.CommunicationObject.ThrowIfClosedOrNotOpen();
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
1334ThrowIfClosedOrNotOpen(); 1835ThrowIfClosedOrNotOpen(); 3713ThrowIfClosedOrNotOpen();
System\ServiceModel\Security\TransportSecurityProtocol.cs (3)
30this.CommunicationObject.ThrowIfClosedOrNotOpen(); 81this.CommunicationObject.ThrowIfClosedOrNotOpen(); 178this.CommunicationObject.ThrowIfClosedOrNotOpen();