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_GenericIotaCoreApi

saniro edited this page Feb 16, 2017 · 1 revision

GenericIotaCoreApi Class

This class represents a generic version of the core API that is used internally

Inheritance Hierarchy

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

Syntax

C#

public class GenericIotaCoreApi : IGenericIotaCoreApi

The GenericIotaCoreApi type exposes the following members.

Constructors

 

Name Description
Public method GenericIotaCoreApi Initializes a new instance of the GenericIotaCoreApi class.
  Back to Top

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
Iota.Lib.CSharp.Api.Core.IGenericIotaCoreApi

Clone this wiki locally