StreamLink.NET
Credentials Constructor (username, password)
StreamLink.NETCaplin.StreamLink.AuthenticationCredentialsCredentials(String, String)
Initializes a new instance of the Credentials class.
Declaration Syntax
C#Visual BasicVisual C++
public Credentials(
	string username,
	string password
)
Public Sub New ( _
	username As String, _
	password As String _
)
public:
Credentials(
	String^ username, 
	String^ password
)
Parameters
username (String)
The username.
password (String)
The password.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.17.0 (5.0.17.0)