Client - DisableProxyForwarding

[C]

void __cdecl FlowSshC_Client_DisableProxyForwarding(
  FlowSshC_Client* client,
  FlowSshC_ForwardingHandler handler,
  void* handlerData);

[C++]

[Client] void DisableProxyForwarding(
  RefPtr<ForwardingHandler> const& response);

[C#]

[ClientBase] public void DisableProxyForwarding(
  ForwardingHandler response);

Parameters

  • [C] client: FlowSshC_Client pointer.
  • [C] handler: A ForwardingHandler function to be used with the request. Optional.
  • [C] handlerData: An application-defined value to be passed to the handler. Optional.
     
  • [C++/.NET] response: A ForwardingHandler object to be used with the request. Optional.

Remarks

Disables dynamic proxy forwarding for the currently connected session if it was previously enabled.