Ejemplo n.º 1
0
 /// <summary>
 /// Attempt to obtain a unique network identifier, e.g. based on a MAC address.
 /// </summary>
 /// <param name="identifier">Unique network identifier, if found.</param>
 /// <returns>True if network identifier could be obtained, false otherwise.</returns>
 public static bool TryGetNetworkIdentifier(out DicomUID identifier)
 {
     return(implementation.TryGetNetworkIdentifierImpl(out identifier));
 }