StreamLink.NET  6.2.10-3513-c11dd52
 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 Thu Apr 27 2017 14:05:45 for StreamLink.NET