StreamLink.NET  7.1.6-7.1.6-3952-ee12172
 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 Apr 28 2020 06:25:29 for StreamLink.NET