System.Uri.IsIntranet C# (CSharp) Méthode

IsIntranet() private méthode

private IsIntranet ( string schemeHost ) : bool
schemeHost string
Résultat bool
        private bool IsIntranet(string schemeHost)
        {
            // .NET Native/CoreCLR behavior difference: all URI/IRIs will be treated as Internet.
            return false;
        }