Files

21 lines
326 B
C#

// <auto-generated/> by Diplomat
#pragma warning disable 0105
using System;
using System.Runtime.InteropServices;
using Devolutions.IronRdp.Diplomat;
#pragma warning restore 0105
namespace Devolutions.IronRdp;
#nullable enable
public enum NetworkRequestProtocol
{
Tcp = 0,
Udp = 1,
Http = 2,
Https = 3,
}