StreamLink.NET  8.0.3-8.0.3-1239-180a512
 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 Fri Sep 27 2024 10:46:34 for StreamLink.NET