Returns true if the IPAddress supplied is on the same subnet as this host
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
Visual Basic |
---|
Public Shared Function IsLocal ( _
remote As IPAddress _
) As Boolean |
Parameters
- remote
- Type: System.Net..::..IPAddress
[Missing <param name="remote"/> documentation for "M:Lidgren.Network.NetUtility.IsLocal(System.Net.IPAddress)"]
Return Value
[Missing <returns> documentation for "M:Lidgren.Network.NetUtility.IsLocal(System.Net.IPAddress)"]
See Also