/// <summary> /// Get the black address at the specified index on the blacklist</summary> public string GetBlackAddressAt(int index) { return(_udpManager.GetBlackAddressAt(index)); }
/// <summary> /// Get the black address at the specified index on the blacklist</summary> public string GetBlackAddressAt(int index) { return(udpm.GetBlackAddressAt(index)); }