System.Net.AutoWebProxyScriptEngine.GetProxies C# (CSharp) Метод

GetProxies() приватный Метод

private GetProxies ( Uri destination, bool returnFirstOnly, AutoWebProxyState &autoWebProxyState ) : StringCollection
destination Uri
returnFirstOnly bool
autoWebProxyState AutoWebProxyState
Результат StringCollection
        internal StringCollection GetProxies(Uri destination, bool returnFirstOnly, out AutoWebProxyState autoWebProxyState)
        {
            int syncStatus = SyncStatus.Unlocked;
            return GetProxies(destination, returnFirstOnly, out autoWebProxyState, ref syncStatus);
        }

Same methods

AutoWebProxyScriptEngine::GetProxies ( Uri destination, bool returnFirstOnly, AutoWebProxyState &autoWebProxyState, int &syncStatus ) : StringCollection