NetworkCredential Constructor (String, String)
Initializes a new instance of the NetworkCredential class with
the specified user name and password.
Namespace:
WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | userName is nullNothingnullptra null reference (Nothing in Visual Basic). |
ArgumentException | userName is empty. |