1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\ChannelFactory.cs (1)
471this.communicationObject = communicationObject;
4 references to communicationObject
System.ServiceModel (4)
System\ServiceModel\ChannelFactory.cs (4)
473if (this.communicationObject == null) 479IAsyncResult result = this.communicationObject.BeginClose(timeout, onCloseComplete, this); 483this.communicationObject.EndClose(result); 498thisPtr.communicationObject.EndClose(result);