Property | Type | Description | |
---|---|---|---|
AuthenticationUrl | string |
Method | Description | |
---|---|---|
BeginAuthenticate ( ) : void | ||
BeginGetCurrentStatus ( ) : void | ||
CelsiusToFohrenheit ( double c ) : int | ||
DeconstructStatus ( dynamic jBody ) : void | ||
DeconstructStatus ( string jsonBody ) : void | ||
Nest ( string username, string password ) : System | ||
ParseAuthenticationResponse ( string responseBody ) : void |
Method | Description | |
---|---|---|
OnAuthenticationComplete ( ) : void | ||
OnAuthenticationFailure ( |
||
OnNestException ( |
||
OnStatusUpdated ( dynamic status ) : void |
Method | Description | |
---|---|---|
AuthenticateCallback ( IAsyncResult result ) : void | ||
GetCookieValueOrDefault ( |
||
GetCurrentStatusCallback ( IAsyncResult result ) : void | ||
GetDateAsJsonDate ( ) : string | ||
GetDateAsJsonDate ( System.DateTime date ) : string | ||
RaisePropertyChanged ( string propertyName ) : void | ||
WriteEncodedFormParameter ( string key, string value ) : string | ||
WriteEncodedFormParameter ( string key, string value, bool isUrl ) : string |
public static CelsiusToFohrenheit ( double c ) : int | ||
c | double | |
return | int |
public DeconstructStatus ( dynamic jBody ) : void | ||
jBody | dynamic | |
return | void |
public DeconstructStatus ( string jsonBody ) : void | ||
jsonBody | string | |
return | void |
public Nest ( string username, string password ) : System | ||
username | string | |
password | string | |
return | System |
protected OnAuthenticationComplete ( ) : void | ||
return | void |
protected OnAuthenticationFailure ( |
||
ex | ||
return | void |
protected OnNestException ( |
||
ex | ||
return | void |
protected OnStatusUpdated ( dynamic status ) : void | ||
status | dynamic | |
return | void |
public ParseAuthenticationResponse ( string responseBody ) : void | ||
responseBody | string | |
return | void |