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

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

private AuthenticationState ( bool isProxyAuth ) : System.Collections
isProxyAuth bool
Результат System.Collections
        internal AuthenticationState(bool isProxyAuth) {
            IsProxyAuth = isProxyAuth;
        }