Allow explicit cast of the class as System.Net.IPAddress class.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
public static explicit operator IPAddress (
	IpAddress ipaddr
)
Visual Basic (Declaration)
Public Shared Narrowing Operator CType ( _
	ipaddr As IpAddress _
) As IPAddress
Visual C++
static explicit operator IPAddress^ (
	IpAddress^ ipaddr
)

Parameters

ipaddr
Type: SnmpSharpNet..::.IpAddress

[Missing <param name="ipaddr"/> documentation for "M:SnmpSharpNet.IpAddress.op_Explicit(SnmpSharpNet.IpAddress)~System.Net.IPAddress"]

Return Value

IpAddress class value as System.Net.IPAddress class

See Also