System.Net.AuthenticationState.AuthenticationState C# (CSharp) Method

AuthenticationState() private method

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