1 write to port
System.ServiceModel (1)
System\ServiceModel\Channels\PeerHelpers.cs (1)
114this.port = port;
3 references to port
System.ServiceModel (3)
System\ServiceModel\Channels\PeerHelpers.cs (3)
243get { return port; } 294uri = BuildUri(DnsCache.MachineName, port, serviceGuid); 298uri = BuildUri(this.listenIPAddress.ToString(), port, serviceGuid);