
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:
The IsOpen(ForwardHandle) syntax has these parts:
ForwardHandle | Reference to the CP2PForward instance. |
bool IsOpen;
Function P2PForward_IsOpen(ByVal ForwardHandle As IntPtr) As Boolean
The IsOpen(ForwardHandle) syntax has these parts:
The IsOpen(ForwardHandle) syntax has these parts:
ForwardHandle | Reference to the CP2PForward instance. |
Platforms
WindowsMac OSX
Linux
BSD