1 write to CommunicationObject
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecurityProtocol.cs (1)
39CommunicationObject = new WrapperSecurityCommunicationObject(this);
6 references to CommunicationObject
System.ServiceModel.Primitives (6)
System\ServiceModel\Security\SecurityProtocol.cs (4)
74CommunicationObject.ThrowIfDisposedOrImmutable(); 292return ((IAsyncCommunicationObject)CommunicationObject).OpenAsync(timeout); 362CommunicationObject.Abort(); 367return ((IAsyncCommunicationObject)CommunicationObject).CloseAsync(timeout);
System\ServiceModel\Security\TransportSecurityProtocol.cs (2)
29CommunicationObject.ThrowIfClosedOrNotOpen(); 73CommunicationObject.ThrowIfClosedOrNotOpen();