17 references to CommunicationObject
System.ServiceModel (17)
System\ServiceModel\Security\AcceptorSessionSymmetricMessageSecurityProtocol.cs (1)
113this.CommunicationObject.ThrowIfDisposedOrImmutable();
System\ServiceModel\Security\AcceptorSessionSymmetricTransportSecurityProtocol.cs (1)
56this.CommunicationObject.ThrowIfDisposedOrImmutable();
System\ServiceModel\Security\AsymmetricSecurityProtocol.cs (3)
44this.CommunicationObject.ThrowIfNotOpened(); 53this.CommunicationObject.ThrowIfNotOpened(); 62this.CommunicationObject.ThrowIfNotOpened();
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\SymmetricSecurityProtocol.cs (3)
40this.CommunicationObject.ThrowIfNotOpened(); 49this.CommunicationObject.ThrowIfNotOpened(); 59this.CommunicationObject.ThrowIfNotOpened();
System\ServiceModel\Security\TransportSecurityProtocol.cs (3)
30this.CommunicationObject.ThrowIfClosedOrNotOpen(); 81this.CommunicationObject.ThrowIfClosedOrNotOpen(); 178this.CommunicationObject.ThrowIfClosedOrNotOpen();