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