Skip to content

JSProxy.Revoke method

Revokes the proxy, so that further access to the target is no longer trapped by the proxy handler.

C#
public void Revoke()

Exceptions

exceptioncondition
InvalidOperationExceptionThe proxy is not revocable.

See Also

Released under the MIT license