1 instantiation of SharedListenerProxy
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
248
listenerProxy = new
SharedListenerProxy
(this);
9 references to SharedListenerProxy
System.ServiceModel (9)
System\ServiceModel\Channels\SharedConnectionListener.cs (9)
34
SharedListenerProxy
listenerProxy;
802
SharedListenerProxy
proxy;
808
public ValidateUriRouteAsyncResult(
SharedListenerProxy
proxy, Uri uri, IPAddress address, int port, AsyncCallback callback, object state)
1011
SharedListenerProxy
listenerProxy;
1014
public NamedPipeValidatingConnection(IConnection connection,
SharedListenerProxy
listenerProxy)
1047
SharedListenerProxy
listenerProxy;
1050
public TcpValidatingConnection(IConnection connection,
SharedListenerProxy
listenerProxy)
1439
SharedListenerProxy
proxy;
1441
public SharedListenerProxyBehavior(
SharedListenerProxy
proxy)