38 lines
345 B
C#
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
|
||
|
}
|
||
|
}
|