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