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

NetworkCredential() public méthode

public NetworkCredential ( ) : System.IO
Résultat 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