1 instantiation of SharedConnectionListener
System.ServiceModel (1)
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
150
listener = new
SharedConnectionListener
(path, queueId, token, this.onDuplicatedViaCallback);
9 references to SharedConnectionListener
System.ServiceModel (9)
System\ServiceModel\Channels\SharedConnectionListener.cs (4)
310
SharedConnectionListener
parent;
332
public SharedListenerProxy(
SharedConnectionListener
parent)
341
this.serviceName =
SharedConnectionListener
.GetServiceName(isTcp);
1133
serviceName =
SharedConnectionListener
.GetServiceName(isTcp);
System\ServiceModel\Channels\SharedTcpTransportManager.cs (5)
16
SharedConnectionListener
listener;
97
var
localListener = this.listener;
117
void CreateConnectionDemuxer(
SharedConnectionListener
sharedListener)
160
SharedConnectionListener
currentListener = Interlocked.Exchange<
SharedConnectionListener
>(ref this.listener, null);