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