Table of Contents

Class NetworkAuthentication

Namespace
HeBianGu.Systems.Upgrade
Assembly
HeBianGu.Systems.Upgrade.dll

Provides credentials for Network Authentication.

public class NetworkAuthentication : IAuthentication
Inheritance
NetworkAuthentication
Implements
Inherited Members
Extension Methods

Constructors

NetworkAuthentication(string, string)

Initializes credentials for Network Authentication.

public NetworkAuthentication(string username, string password)

Parameters

username string

Username to use for Network Authentication

password string

Password to use for Network Authentication

Methods

Apply(ref MyWebClient)

Apply the authentication to webclient.

public void Apply(ref MyWebClient webClient)

Parameters

webClient MyWebClient

WebClient for which you want to use this authentication method.