Table of Contents

Class WebsocketExtensionHandle

Namespace
Soup.Internal
Assembly
Soup-3.0.dll
public class WebsocketExtensionHandle : ObjectHandle, IDisposable
Inheritance
WebsocketExtensionHandle
Implements
Derived
Inherited Members

Constructors

WebsocketExtensionHandle(nint, bool)

public WebsocketExtensionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static WebsocketExtensionHandle For<T>(ConstructArgument[] constructArguments) where T : WebsocketExtension, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

WebsocketExtensionHandle

Type Parameters

T