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