Table of Contents

Class ClosedEventArgs

Namespace
AssemblyAI.Realtime
Assembly
AssemblyAI.dll

Event arguments for when the connection with the real-time service is closed.

public sealed class ClosedEventArgs
Inheritance
ClosedEventArgs
Inherited Members

Properties

Code

The close event code.

public int? Code { get; }

Property Value

int?

Reason

The close event reason phrase.

public string? Reason { get; }

Property Value

string