1 write to CommunicationObject
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
100CommunicationObject = new WrapperSecurityCommunicationObject(this);
5 references to CommunicationObject
System.ServiceModel.Primitives (5)
System\ServiceModel\Security\SecurityProtocolFactory.cs (5)
514return ((IAsyncCommunicationObject)CommunicationObject).OpenAsync(timeout); 521CommunicationObject.Abort(); 526return ((IAsyncCommunicationObject)CommunicationObject).CloseAsync(timeout); 546CommunicationObject.ThrowIfDisposedOrImmutable(); 551CommunicationObject.ThrowIfNotOpened();