System.UncNameHelper.ParseCanonicalName C# (CSharp) 메소드

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

static private ParseCanonicalName ( string str, int start, int end, bool &loopback ) : string
str string
start int
end int
loopback bool
리턴 string
        internal static string ParseCanonicalName(string str, int start, int end, ref bool loopback) {
            return DomainNameHelper.ParseCanonicalName(str, start, end, ref loopback);
        }