C# Class NetWrok.Inbox

Inheritance: SubAPI
Show file Open project: simonwittber/netwrok-client Class Usage Examples

Public Methods

Method Description
Fetch ( ) : Request
Send ( int member_id, string type, string text ) : void

Method Details

Fetch() public method

public Fetch ( ) : Request
return Request

Send() public method

public Send ( int member_id, string type, string text ) : void
member_id int
type string
text string
return void