StreamLink.NET  7.1.4-7.1.4-3921-cb62c2a
 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 Nov 26 2019 06:24:39 for StreamLink.NET