
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:
void devP2P.Forward_GetRemoteAddress(IntPtr ForwardHandle, StringBuilder buffer);
The RemoteAddress(ForwardHandle) syntax has these parts:
The RemoteAddress(ForwardHandle,value) syntax has these parts:
ForwardHandle | Reference to the CP2PForward instance. |
value | String buffer with new remote address. |
void devP2P.Forward_GetRemoteAddress(IntPtr ForwardHandle, StringBuilder buffer);
The RemoteAddress(ForwardHandle) syntax has these parts:
ForwardHandle | Reference 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:
Sub P2PForward_GetRemoteAddress(ByVal ForwardHandle As IntPtr, ByVal buffer As StringBuilder)
The RemoteAddress(ForwardHandle) syntax has these parts:
The RemoteAddress(ForwardHandle,value) syntax has these parts:
ForwardHandle | Reference to the CP2PForward instance. |
value | String buffer with new remote address. |
Sub P2PForward_GetRemoteAddress(ByVal ForwardHandle As IntPtr, ByVal buffer As StringBuilder)
The RemoteAddress(ForwardHandle) syntax has these parts:
ForwardHandle | Reference to the CP2PForward instance. |
Platforms
WindowsMac OSX
Linux
BSD