ConnectionManager NetworkInterfaceChange DelegatesP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Delegate for function to be called when ConnectionManager network interface changes

Namespace: sP2PLib
Assembly: sP2PLib (in sP2PLib.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax

Public Delegate Sub NetworkInterfaceChange ( _
	sender As ConnectionManager, _
	bindAddress As IPAddress _
)

Parameters

sender
Type: sP2PLib ConnectionManager
ConnectionManager that raised event
bindAddress
Type: System.Net IPAddress
See Also