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