Back to product page

RemoteAddress


Holds remote IP address of connected user.

Type

String.

Syntax

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

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

char RemoteAddress[1024];

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

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

Platforms

Windows
Mac OSX
Linux
BSD