C# Class kasthack.vksharp.Api

Show file Open project: kasthack/kasthack.vksharp Class Usage Examples

Protected Properties

Property Type Description
_executor IExecutor

Public Methods

Method Description
AddToken ( Token token ) : void
Api ( ) : kasthack.vksharp
Api ( IExecutor executor ) : kasthack.vksharp
GetRawApi ( ) : RawApi

Private Methods

Method Description
InitializeMethodGroups ( ) : void

Method Details

AddToken() public method

public AddToken ( Token token ) : void
token Token
return void

Api() public method

public Api ( ) : kasthack.vksharp
return kasthack.vksharp

Api() public method

public Api ( IExecutor executor ) : kasthack.vksharp
executor IExecutor
return kasthack.vksharp

GetRawApi() public method

public GetRawApi ( ) : RawApi
return RawApi

Property Details

_executor protected property

protected IExecutor _executor
return IExecutor