System.Net.AuthenticationState.AuthenticationState C# (CSharp) 메소드

AuthenticationState() 개인적인 메소드

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