DEPRECATED: Diffusion Silverlight Classic API  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.Transports.DiffusionClientCredentials Class Reference

This class is used to contain the user credentials. More...

Public Member Functions

 DiffusionClientCredentials ()
 Empty constructor. More...
 
 DiffusionClientCredentials (string userName, string password)
 Constructor. More...
 
string ToRecord ()
 Converts the credentials to a delimited record. More...
 
override string ToString ()
 Converts the credentials to a human-readable string. More...
 

Static Public Member Functions

static DiffusionClientCredentials Parse (string credentials)
 Parses the credentials. More...
 

Properties

string UserName [get, set]
 The user name. More...
 
string Password [get, set]
 The password. More...
 

Detailed Description

This class is used to contain the user credentials.

Constructor & Destructor Documentation

PushTechnology.Transports.DiffusionClientCredentials.DiffusionClientCredentials ( )

Empty constructor.

PushTechnology.Transports.DiffusionClientCredentials.DiffusionClientCredentials ( string  userName,
string  password 
)

Constructor.

Parameters
userName
password

Member Function Documentation

static DiffusionClientCredentials PushTechnology.Transports.DiffusionClientCredentials.Parse ( string  credentials)
static

Parses the credentials.

Parameters
credentials
Returns
string PushTechnology.Transports.DiffusionClientCredentials.ToRecord ( )

Converts the credentials to a delimited record.

Returns
override string PushTechnology.Transports.DiffusionClientCredentials.ToString ( )

Converts the credentials to a human-readable string.

Returns

Property Documentation

string PushTechnology.Transports.DiffusionClientCredentials.Password
getset

The password.

string PushTechnology.Transports.DiffusionClientCredentials.UserName
getset

The user name.


The documentation for this class was generated from the following file: