📄 socks5requirmentreplytype.cs
字号:
namespace Imps.Client.CommLayer.SocksSipConnection
{
using System;
internal enum Socks5RequirmentReplyType : byte
{
AddressTypeNotSupported = 8,
CommandNotSupported = 7,
ConnectionNotAllowed = 2,
ConnectionRefused = 5,
HostUnreachable = 4,
NetworkUnreachable = 3,
ServerFailure = 1,
Succeeded = 0,
TtlExpired = 6
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -