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

NetworkCredential() public method

public NetworkCredential ( ) : System.IO
return System.IO
        public NetworkCredential() {
        }

Same methods

NetworkCredential::NetworkCredential ( string userName, string password ) : System.IO
NetworkCredential::NetworkCredential ( string userName, string password, string domain ) : System.IO
NetworkCredential::NetworkCredential ( string userName, string password, string domain, bool encrypt ) : System.IO