Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

T_Iota_Lib_CSharp_Api_Core_IGenericIotaCoreApi

saniro edited this page Feb 16, 2017 · 1 revision

IGenericIotaCoreApi Interface

This interface abstracts a generic version of the core api that is used internally.

Namespace: Iota.Lib.CSharp.Api.Core
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)

Syntax

C#

public interface IGenericIotaCoreApi

The IGenericIotaCoreApi type exposes the following members.

Properties

 

Name Description
Public property Hostname Gets the hostname.
Public property Port Gets the port.
  Back to Top

Methods

 

Name Description
Public method Request(TRequest, TResponse) Requests the specified request.
Public method RequestAsync(TRequest, TResponse) Requests the specified request asynchronously
  Back to Top

See Also

Reference

Iota.Lib.CSharp.Api.Core Namespace

Clone this wiki locally