System.Net.AuthenticationState.AuthenticationState C# (CSharp) Méthode

AuthenticationState() private méthode

private AuthenticationState ( bool isProxyAuth ) : System.Collections
isProxyAuth bool
Résultat System.Collections
        internal AuthenticationState(bool isProxyAuth) {
            IsProxyAuth = isProxyAuth;
        }