IpAddress Constructor (Byte) |
Initializes a new instance of the IpAddress class using the specified
byte array.
Namespace: Network.Sim.Network.IpAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IpAddress(
byte[] address
)
Parameters
- address
- Type: SystemByte
An array containing 4 bytes to initialize this
instance with.
See Also