Class NetworkUtils
Provides network-related utilities
Inheritance
System.Object
NetworkUtils
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Platform
Assembly: Azos.dll
Syntax
public static class NetworkUtils
Methods
GetMachineUniqueMACSignature()
Gets a string which represents a unique signature of this machine based on MAC addresses of interfaces. The signature has a form of: [intf.count]-[CRC32 of all MACs]-[convoluted MD5 of all MACs]
Declaration
public static string GetMachineUniqueMACSignature()
Returns
Type | Description |
---|---|
System.String |