Esempio n. 1
0
 /// <summary>
 /// The Option Value associated with the Reservation Configuration
 /// </summary>
 internal DhcpServerOptionValue GetScopeReservationValue(DhcpServerScopeReservation reservation)
 => DhcpServerOptionValue.GetScopeReservationOptionValue(reservation, OptionId, ClassName, VendorName);
Esempio n. 2
0
 /// <summary>
 /// The Option Value associated with the Reservation Configuration
 /// </summary>
 public DhcpServerOptionValue GetScopeReservationValue(DhcpServerScopeReservation Reservation)
 {
     return(DhcpServerOptionValue.GetScopeReservationOptionValue(Reservation, OptionId, ClassName, VendorName));
 }