Show / Hide Table of Contents

Class API

Inheritance
System.Object
API
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenZiti
Assembly: Ziti.NET.Standard.dll
Syntax
public class API

Fields

| Improve this Doc View Source

AllConfigs

Declaration
public static readonly string[] AllConfigs
Field Value
Type Description
System.String[]
| Improve this Doc View Source

NativeLogger

Declaration
public static log_writer NativeLogger
Field Value
Type Description
log_writer

Properties

| Improve this Doc View Source

DefaultLoop

Declaration
public static UVLoop DefaultLoop { get; }
Property Value
Type Description
UVLoop

Methods

| Improve this Doc View Source

DefaultNativeLogFunction(Int32, String, String, UInt32)

Declaration
public static void DefaultNativeLogFunction(int level, string loc, string msg, uint msglen)
Parameters
Type Name Description
System.Int32 level
System.String loc
System.String msg
System.UInt32 msglen
| Improve this Doc View Source

Enroll(String, API.Enrollment.AfterEnroll, Object)

Declaration
public static void Enroll(string identityFile, API.Enrollment.AfterEnroll afterEnroll, object ctx)
Parameters
Type Name Description
System.String identityFile
API.Enrollment.AfterEnroll afterEnroll
System.Object ctx
| Improve this Doc View Source

GetConfiguration(ZitiService, String)

Declaration
public static string GetConfiguration(ZitiService svc, string configName)
Parameters
Type Name Description
ZitiService svc
System.String configName
Returns
Type Description
System.String
| Improve this Doc View Source

NewLoop()

Declaration
public static UVLoop NewLoop()
Returns
Type Description
UVLoop
| Improve this Doc View Source

NoopNativeLogFunction(Int32, String, String, UInt32)

Declaration
public static void NoopNativeLogFunction(int level, string loc, string msg, uint msglen)
Parameters
Type Name Description
System.Int32 level
System.String loc
System.String msg
System.UInt32 msglen
| Improve this Doc View Source

Run()

Declaration
public static void Run()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX