7 references to TcpUri
System.ServiceModel (7)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (2)
193return new BaseUriWithWildcard(Uri.UriSchemeNetTcp, TcpUri.DefaultPort, binding, 2, path, "808:*"); 325this.comparand.Port = TcpUri.DefaultPort;
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
89port = TcpUri.DefaultPort;
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
444port = TcpUri.DefaultPort;
System\ServiceModel\Channels\SocketConnection.cs (2)
1697port = TcpUri.DefaultPort; 1802port = TcpUri.DefaultPort;
System\ServiceModel\Channels\TcpConnectionPool.cs (1)
39port = TcpUri.DefaultPort;