mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-15 21:43:03 +03:00
9 lines
97 B
C#
9 lines
97 B
C#
|
|
namespace Mono.Nat
|
||
|
|
{
|
||
|
|
public enum NatProtocol
|
||
|
|
{
|
||
|
|
Upnp = 0,
|
||
|
|
Pmp = 1
|
||
|
|
}
|
||
|
|
}
|