7 references to CommunicationObject
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (7)
387return this.CommunicationObject.State != CommunicationState.Created; 1046return this.CommunicationObject.BeginOpen(timeout, callback, state); 1051this.CommunicationObject.EndOpen(result); 1058this.CommunicationObject.Abort(); 1062this.CommunicationObject.Close(timeout); 1068return this.CommunicationObject.BeginClose(timeout, callback, state); 1073this.CommunicationObject.EndClose(result);