C# Class HelloWorldAsync.IpFyApi

Show file Open project: iancooper/Paramore Class Usage Examples

Public Methods

Method Description
GetAsync ( CancellationToken cancellationToken = default(CancellationToken) ) : Task
IpFyApi ( Uri endpoint ) : System

Method Details

GetAsync() public method

public GetAsync ( CancellationToken cancellationToken = default(CancellationToken) ) : Task
cancellationToken System.Threading.CancellationToken
return Task

IpFyApi() public method

public IpFyApi ( Uri endpoint ) : System
endpoint System.Uri
return System