/// <summary>
 /// Get the white address at the specified index on the whitelist</summary>
 public string GetWhiteAddressAt(int index)
 {
     return(_udpManager.GetWhiteAddressAt(index));
 }
Exemple #2
0
 /// <summary>
 /// Get the white address at the specified index on the whitelist</summary>
 public string GetWhiteAddressAt(int index)
 {
     return(udpm.GetWhiteAddressAt(index));
 }