Class WebsocketExtension
- Namespace
- Soup
- Assembly
- Soup-3.0.dll
public class WebsocketExtension : Object, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
WebsocketExtension
- Implements
- Derived
- Inherited Members
Constructors
WebsocketExtension(params ConstructArgument[])
public WebsocketExtension(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
WebsocketExtension(WebsocketExtensionHandle)
public WebsocketExtension(WebsocketExtensionHandle handle)
Parameters
handleWebsocketExtensionHandle
Methods
Configure(WebsocketConnectionType, HashTable?)
public bool Configure(WebsocketConnectionType connectionType, HashTable? @params)
Parameters
connectionTypeWebsocketConnectionTypeparamsHashTable
Returns
GetGType()
public static Type GetGType()
Returns
GetRequestParams()
public string? GetRequestParams()
Returns
GetResponseParams()
public string? GetResponseParams()
Returns
ProcessIncomingMessage(ref byte, Bytes)
public Bytes ProcessIncomingMessage(ref byte header, Bytes payload)
Parameters
Returns
ProcessOutgoingMessage(ref byte, Bytes)
public Bytes ProcessOutgoingMessage(ref byte header, Bytes payload)