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