Back to product page

IsOpen method


Determines if forwarding is open and accepting connections.

Type

Boolean.

Syntax

  • C#
  • C++
  • VB.NET
bool devP2P.Forward_IsOpen(IntPtr ForwardHandle);
The IsOpen(ForwardHandle) syntax has these parts:
ForwardHandleReference to the CP2PForward instance.

bool IsOpen;

Function P2PForward_IsOpen(ByVal ForwardHandle As IntPtr) As Boolean
The IsOpen(ForwardHandle) syntax has these parts:
ForwardHandleReference to the CP2PForward instance.

Platforms

Windows
Mac OSX
Linux
BSD