Show / Hide Table of Contents

Struct ZitiIdentity.InitOptions

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenZiti
Assembly: Ziti.NET.Standard.dll
Syntax
public struct InitOptions

Fields

| Improve this Doc View Source

ApplicationContext

Declaration
public object ApplicationContext
Field Value
Type Description
System.Object
| Improve this Doc View Source

ConfigurationTypes

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

EventFlags

Declaration
public uint EventFlags
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

IdentityFile

Declaration
public string IdentityFile
Field Value
Type Description
System.String
| Improve this Doc View Source

MetricType

Declaration
public RateType MetricType
Field Value
Type Description
RateType

Events

| Improve this Doc View Source

OnZitiContextEvent

Declaration
public event EventHandler<ZitiContextEvent> OnZitiContextEvent
Event Type
Type Description
System.EventHandler<ZitiContextEvent>
| Improve this Doc View Source

OnZitiRouterEvent

Declaration
public event EventHandler<ZitiRouterEvent> OnZitiRouterEvent
Event Type
Type Description
System.EventHandler<ZitiRouterEvent>
| Improve this Doc View Source

OnZitiServiceEvent

Declaration
public event EventHandler<ZitiServiceEvent> OnZitiServiceEvent
Event Type
Type Description
System.EventHandler<ZitiServiceEvent>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX