Table of Contents

Method GetByIdentifier

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

GetByIdentifier(string)

Gets the Web Sockect connection for the specified identifier.

public HttpWebSocket? GetByIdentifier(string identifier)

Parameters

identifier string

The Web Socket identifier.

Returns

HttpWebSocket?