mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-22 04:57:17 -04:00
8 lines
97 B
C#
8 lines
97 B
C#
namespace Mono.Nat
|
|
{
|
|
public enum NatProtocol
|
|
{
|
|
Upnp = 0,
|
|
Pmp = 1
|
|
}
|
|
}
|