[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:fCraft.IPAddressUtil.Match(System.Net.IPAddress,System.UInt32,System.UInt32)"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public static bool Match(
	this IPAddress thisAddr,
	uint otherAddr,
	uint mask
)

Parameters

thisAddr
IPAddress

[Missing <param name="thisAddr"/> documentation for "M:fCraft.IPAddressUtil.Match(System.Net.IPAddress,System.UInt32,System.UInt32)"]

otherAddr
UInt32

[Missing <param name="otherAddr"/> documentation for "M:fCraft.IPAddressUtil.Match(System.Net.IPAddress,System.UInt32,System.UInt32)"]

mask
UInt32

[Missing <param name="mask"/> documentation for "M:fCraft.IPAddressUtil.Match(System.Net.IPAddress,System.UInt32,System.UInt32)"]

Return Value

[Missing <returns> documentation for "M:fCraft.IPAddressUtil.Match(System.Net.IPAddress,System.UInt32,System.UInt32)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IPAddress. When you use instance method syntax to call this method, omit the first parameter.

See Also