Amazon.Runtime.Internal.Util.WebProxy.IsBypassed C# (CSharp) Метод

IsBypassed() публичный Метод

Method to determine if the proxy should be bypassed when accessing an internet source
public IsBypassed ( Uri host ) : bool
host System.Uri
Результат bool
        public bool IsBypassed(Uri host)
        {
            return false; /* Proxy all requests */
        }