ArgusTV.Recorders.Common.RecorderTunerServiceHost.GetServiceUri C# (CSharp) 메소드

GetServiceUri() 개인적인 정적인 메소드

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