C# Class IInteractive.WebConsole.NetworkCredentialsElement

Inheritance: System.Configuration.ConfigurationElement
Show file Open project: iinteractive/IInteractive.WebTest Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
NetworkCredentialsElement ( ) : System
NetworkCredentialsElement ( String User, String Password ) : System

Method Details

NetworkCredentialsElement() public method

public NetworkCredentialsElement ( ) : System
return System

NetworkCredentialsElement() public method

public NetworkCredentialsElement ( String User, String Password ) : System
User String
Password String
return System