1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
250
this.
communicationObject
= communicationObject;
4 references to communicationObject
System.ServiceModel (4)
System\ServiceModel\Channels\LayeredChannelListener.cs (4)
252
if (this.
communicationObject
== null || sharedInnerListener)
258
IAsyncResult result = this.
communicationObject
.BeginClose(timeout, onCloseComplete, this);
262
this.
communicationObject
.EndClose(result);
277
thisPtr.
communicationObject
.EndClose(result);