Back to product page

LocalAddress property


Holds local IP address of connected user.

Type

String.

Syntax

  • C#
  • C++
  • VB.NET
void devP2P.Forward_SetLocalAddress(IntPtr ForwardHandle, string value);
The LocalAddress(ForwardHandle,value) syntax has these parts:
ForwardHandleReference to the CP2PForward instance.
valueString buffer with new local address.

void devP2P.Forward_GetLocalAddress(IntPtr ForwardHandle, StringBuilder buffer);
The LocalAddress(ForwardHandle) syntax has these parts:
ForwardHandleReference to the CP2PForward instance.

char LocalAddress[1024];

Sub P2PForward_SetLocalAddress(ByVal ForwardHandle As IntPtr, ByVal value As String)
The LocalAddress(ForwardHandle,value) syntax has these parts:
ForwardHandleReference to the CP2PForward instance.
valueString buffer with new local address.

Sub P2PForward_GetLocalAddress(ByVal ForwardHandle As IntPtr, ByVal buffer As StringBuilder)
The LocalAddress(ForwardHandle) syntax has these parts:
ForwardHandleReference to the CP2PForward instance.

Platforms

Windows
Mac OSX
Linux
BSD