1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
196this.communicationObject = communicationObject;
4 references to communicationObject
System.ServiceModel (4)
System\ServiceModel\Channels\LayeredChannelListener.cs (4)
198if (this.communicationObject == null || sharedInnerListener) 204IAsyncResult result = this.communicationObject.BeginOpen(timeout, onOpenComplete, this); 207this.communicationObject.EndOpen(result); 222thisPtr.communicationObject.EndOpen(result);