
LocalPort property
Holds local port of connected user.
Type
Integer.Syntax
- C#
- C++
- VB.NET
void devP2P.Forward_SetLocalPort(IntPtr ForwardHandle, int value);
The LocalPort(ForwardHandle) syntax has these parts:
int devP2P.Forward_GetLocalPort(IntPtr ForwardHandle);
The LocalPort(ForwardHandle) syntax has these parts:
The LocalPort(ForwardHandle) syntax has these parts:
ForwardHandle | Reference to the CP2PForward instance. |
int devP2P.Forward_GetLocalPort(IntPtr ForwardHandle);
The LocalPort(ForwardHandle) syntax has these parts:
ForwardHandle | Reference to the CP2PForward instance. |
int LocalPort;
Sub P2PForward_SetLocalPort(ByVal ForwardHandle As IntPtr, ByVal value As Integer)
The LocalPort(ForwardHandle) syntax has these parts:
Function P2PForward_GetLocalPort(ByVal ForwardHandle As IntPtr) As Integer
The LocalPort(ForwardHandle) syntax has these parts:
The LocalPort(ForwardHandle) syntax has these parts:
ForwardHandle | Reference to the CP2PForward instance. |
Function P2PForward_GetLocalPort(ByVal ForwardHandle As IntPtr) As Integer
The LocalPort(ForwardHandle) syntax has these parts:
ForwardHandle | Reference to the CP2PForward instance. |
Platforms
WindowsMac OSX
Linux
BSD