Table of Contents

Class WebsocketExtension

Namespace
Soup
Assembly
Soup-3.0.dll
public class WebsocketExtension : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
WebsocketExtension
Implements
Derived
Inherited Members

Constructors

WebsocketExtension(bool, params ConstructArgument[])

protected WebsocketExtension(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

WebsocketExtension(IntPtr, bool)

protected WebsocketExtension(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

Configure(WebsocketConnectionType, HashTable?)

public bool Configure(WebsocketConnectionType connectionType, HashTable? @params)

Parameters

connectionType WebsocketConnectionType
params HashTable

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

GetRequestParams()

public string? GetRequestParams()

Returns

string

GetResponseParams()

public string? GetResponseParams()

Returns

string

ProcessIncomingMessage(ref byte, Bytes)

public Bytes ProcessIncomingMessage(ref byte header, Bytes payload)

Parameters

header byte
payload Bytes

Returns

Bytes

ProcessOutgoingMessage(ref byte, Bytes)

public Bytes ProcessOutgoingMessage(ref byte header, Bytes payload)

Parameters

header byte
payload Bytes

Returns

Bytes