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