StreamLink.NET  7.0.4-7.0.4-3697-b0b10fa
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
Caplin.StreamLink.ICredentials Interface Reference

Encapsulates authentication information used to log in to a Liberator server. More...

Properties

string Password [get]
 Returns the password. More...
 
string Username [get]
 Returns the user-name. More...
 

Detailed Description

Encapsulates authentication information used to log in to a Liberator server.

If your StreamLink application does not use one of the ICredentialsProvider implementations supplied with StreamLink, you must define a class that implements the ICredentialsProvider interface.

Property Documentation

string Caplin.StreamLink.ICredentials.Password
get

Returns the password.

  • The password.
string Caplin.StreamLink.ICredentials.Username
get

Returns the user-name.

  • The user-name.

Generated on Tue Feb 27 2018 09:59:50 for StreamLink.NET