Skip to content

JSProxy.Handler.Dispose method

Disposes the proxy handler.

C#
public void Dispose()

Remarks

Disposing a proxy handler does not revoke or dispose proxies created using the handler. It does prevent new proxies from being created using the handler instance.

See Also

Released under the MIT license