Show / Hide Table of Contents

Interface IEventSource

Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public interface IEventSource

Properties

Headers

Declaration
NameValueCollection Headers { get; }
Property Value
NameValueCollection

LastEventId

Declaration
string LastEventId { get; }
Property Value
System.String

MessageTypes

Declaration
string[] MessageTypes { get; }
Property Value
System.String[]

ReadyState

Declaration
EventSource.EventSourceState ReadyState { get; }
Property Value
EventSource.EventSourceState

Timeout

Declaration
int Timeout { get; set; }
Property Value
System.Int32

Url

Declaration
Uri Url { get; set; }
Property Value
Uri

Methods

Connect()

Declaration
Task Connect()
Returns
Task

Dispose()

Declaration
void Dispose()

Shutdown()

Declaration
void Shutdown()

Events

Error

Declaration
event EventHandler<EventSource.ServerSentErrorEventArgs> Error
Event Type
EventHandler<EventSource.ServerSentErrorEventArgs>

Message

Declaration
event EventHandler<EventSource.ServerSentEventArgs> Message
Event Type
EventHandler<EventSource.ServerSentEventArgs>

StateChange

Declaration
event EventHandler<EventSource.StateChangeEventArgs> StateChange
Event Type
EventHandler<EventSource.StateChangeEventArgs>

Back to top Generated by DocFX