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 SourceAllConfigs
Declaration
public static readonly string[] AllConfigs
Field Value
Type | Description |
---|---|
System.String[] |
NativeLogger
Declaration
public static log_writer NativeLogger
Field Value
Type | Description |
---|---|
log_writer |
Properties
| Improve this Doc View SourceDefaultLoop
Declaration
public static UVLoop DefaultLoop { get; }
Property Value
Type | Description |
---|---|
UVLoop |
Methods
| Improve this Doc View SourceDefaultNativeLogFunction(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 |
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 |
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 |
NewLoop()
Declaration
public static UVLoop NewLoop()
Returns
Type | Description |
---|---|
UVLoop |
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 |
Run()
Declaration
public static void Run()