1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\ChannelFactory.cs (1)
416this.communicationObject = communicationObject;
4 references to communicationObject
System.ServiceModel (4)
System\ServiceModel\ChannelFactory.cs (4)
418if (this.communicationObject == null) 424IAsyncResult result = this.communicationObject.BeginOpen(timeout, onOpenComplete, this); 427this.communicationObject.EndOpen(result); 442thisPtr.communicationObject.EndOpen(result);