CPF/CPF.Mac/Mac/Security/SecProtocol.cs
2023-11-21 23:05:03 +08:00

38 lines
345 B
C#

namespace CPF.Mac.Security
{
public enum SecProtocol
{
Ftp,
FtpAccount,
Http,
Irc,
Nntp,
Pop3,
Smtp,
Socks,
Imap,
Ldap,
AppleTalk,
Afp,
Telnet,
Ssh,
Ftps,
Https,
HttpProxy,
HttpsProxy,
FtpProxy,
Smb,
Rtsp,
RtspProxy,
Daap,
Eppc,
Ipp,
Nntps,
Ldaps,
Telnets,
Imaps,
Ircs,
Pop3s
}
}