System.Net.AutoWebProxyScriptEngine.GetProxies C# (CSharp) Method

GetProxies() private method

private GetProxies ( Uri destination, bool returnFirstOnly, AutoWebProxyState &autoWebProxyState ) : StringCollection
destination Uri
returnFirstOnly bool
autoWebProxyState AutoWebProxyState
return 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