1 write to proxy
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
811this.proxy = proxy;
7 references to proxy
System.ServiceModel (7)
System\ServiceModel\Channels\SharedConnectionListener.cs (7)
851this.proxy.validateUriCallThrottle.Exit(); 859if (this.proxy.closed) 870if (this.proxy.validateUriCallThrottle.EnterAsync(TimeSpan.MaxValue, onEnterThrottle, this)) 888using (LockHelper.TakeReaderLock(this.proxy.readerWriterLock)) 890if (this.proxy.closed) 895IAsyncResult asyncResult = ((IConnectionRegisterAsync)this.proxy.controlSessionWithListener).BeginValidateUriRoute(uri, address, port, onValidateUriRoute, this); 974isValidUriRoute = ((IConnectionRegisterAsync)this.proxy.controlSessionWithListener).EndValidateUriRoute(result);