Mono Class Library: System.Net.NetworkCredential Overview | MembersSystem.Net.NetworkCredential Constructor |
Constructs and initializes a new instance of the System.Net.NetworkCredential class with the specified user name and password. [Edit]
|
This constructor initializes the NetworkCredential.UserName property of the new instance to userName and the NetworkCredential.Password property to password. The NetworkCredential.Domain property is initialized to string.Empty. The values specified for userName and password are passed through to the operating system without modification. [Edit]
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0