1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
319this.communicationObject = communicationObject;
4 references to communicationObject
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (4)
321if (this.communicationObject == null) 327IAsyncResult result = this.communicationObject.BeginOpen(timeout, onOpenComplete, this); 330this.communicationObject.EndOpen(result); 345thisPtr.communicationObject.EndOpen(result);