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