1 write to port
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
814
this.
port
= port;
1 reference to port
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
895
IAsyncResult asyncResult = ((IConnectionRegisterAsync)this.proxy.controlSessionWithListener).BeginValidateUriRoute(uri, address,
port
, onValidateUriRoute, this);