ByteArrayComparable Constructor (IPEndPoint) |
Creates a new object.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ByteArrayComparable(
IPEndPoint endPoint
)
Public Sub New (
endPoint As IPEndPoint
)
public:
ByteArrayComparable(
IPEndPoint^ endPoint
)
new :
endPoint : IPEndPoint -> ByteArrayComparable
Parameters
- endPoint
- Type: System.NetIPEndPoint
See Also