Click or drag to resize
IpAddress Constructor (Byte)
Initializes a new instance of the IpAddress class using the specified byte array.

Namespace: Network.Sim.Network.Ip
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IpAddress(
	byte[] address
)

Parameters

address
Type: SystemByte
An array containing 4 bytes to initialize this instance with.
See Also