Click or drag to resize

IPAddressExtensionsIsInSameSubnet Method

Namespace:  Ozeki.Network
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static bool IsInSameSubnet(
	IPAddress localIP,
	IPAddress remoteIP,
	IPAddress subnetMask = null
)

Parameters

localIP
Type: System.NetIPAddress
remoteIP
Type: System.NetIPAddress
subnetMask (Optional)
Type: System.NetIPAddress

Return Value

Type: Boolean
See Also