C# Class Microsoft.HockeyApp.Model.AuthStatus

Inheritance: IAuthStatus
Mostrar archivo Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Property Type Description
AuthStatus System
DoAuthRequestHandleResponseAsync Task
FromJson IAuthStatus

Public Methods

Method Description
CheckIfStillValidAsync ( ) : Task

trigger revalidation on the hockeyapp server

DeserializeFromString ( String aSerializedAuthStatus ) : IAuthStatus

Marshall from a string representation (which you got by SerializeToString())

SerializeToString ( ) : string

Get a string represenation of this auth-status

Private Methods

Method Description
AuthStatus ( ) : System
DoAuthRequestHandleResponseAsync ( HttpWebRequest request ) : Task
FromJson ( Stream jsonStream ) : IAuthStatus

Method Details

CheckIfStillValidAsync() public method

trigger revalidation on the hockeyapp server
public CheckIfStillValidAsync ( ) : Task
return Task

DeserializeFromString() public static method

Marshall from a string representation (which you got by SerializeToString())
public static DeserializeFromString ( String aSerializedAuthStatus ) : IAuthStatus
aSerializedAuthStatus String
return IAuthStatus

SerializeToString() public method

Get a string represenation of this auth-status
public SerializeToString ( ) : string
return string