ArgusTV.Recorders.Common.RecorderTunerServiceHost.GetServiceUri C# (CSharp) Méthode

GetServiceUri() private static méthode

private static GetServiceUri ( int tcpPort ) : Uri
tcpPort int
Résultat System.Uri
        private static Uri GetServiceUri(int tcpPort)
        {
            return new Uri(String.Format(CultureInfo.InvariantCulture, "net.tcp://localhost:{0}/", tcpPort));
        }