10 references to CommunicationObject
System.ServiceModel (10)
System\ServiceModel\Security\AsymmetricSecurityProtocolFactory.cs (3)
67this.CommunicationObject.ThrowIfNotOpened(); 76this.CommunicationObject.ThrowIfNotOpened(); 85this.CommunicationObject.ThrowIfNotOpened();
System\ServiceModel\Security\SecurityProtocolFactory.cs (7)
410return this.CommunicationObject.State != CommunicationState.Created; 1098return this.CommunicationObject.BeginOpen(timeout, callback, state); 1103this.CommunicationObject.EndOpen(result); 1110this.CommunicationObject.Abort(); 1114this.CommunicationObject.Close(timeout); 1120return this.CommunicationObject.BeginClose(timeout, callback, state); 1125this.CommunicationObject.EndClose(result);