Table of Contents

Method Send

Namespace
Sisk.Core.Http.Streams
Assembly
Sisk.Core.dll

Send(string)

Writes a event message with their data to the event listener and returns an boolean indicating if the message was delivered to the client.

public bool Send(string data)

Parameters

data string

The message text.

Returns

bool

Send(object?)

Writes a event message with their data to the event listener and returns an boolean indicating if the message was delivered to the client.

public bool Send(object? data)

Parameters

data object

The message object.

Returns

bool