Table of Contents

Method Find

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

Find(Func<string, bool>)

Gets all actives HttpWebSocket instances that matches their identifier predicate.

public HttpWebSocket[] Find(Func<string, bool> predicate)

Parameters

predicate Func<string, bool>

The expression on the an non-empty Web Socket identifier.

Returns

HttpWebSocket[]