Back to product page

ForwardType property


Determines type of the forwarding used by connected user.

Type

ForwardTypes value.

Syntax

  • C#
  • C++
  • VB.NET
void devP2P.Forward_SetForwardType(IntPtr ForwardHandle, int value);
The ForwardType(ForwardHandle) syntax has these parts:
ForwardHandleReference to the CP2PForward instance.

int devP2P.Forward_GetForwardType(IntPtr ForwardHandle);
The ForwardType(ForwardHandle) syntax has these parts:
ForwardHandleReference to the CP2PForward instance.

Sub P2PForward_SetForwardType(ByVal ForwardHandle As IntPtr, ByVal value As Integer)
The ForwardType(ForwardHandle) syntax has these parts:
ForwardHandleReference to the CP2PForward instance.

Function P2PForward_GetForwardType(ByVal ForwardHandle As IntPtr) As Integer
The ForwardType(ForwardHandle) syntax has these parts:
ForwardHandleReference to the CP2PForward instance.

Platforms

Windows
Mac OSX
Linux
BSD