MailBnfHelper 类
包含用于分析 Internet 消息格式的字符串的实用工具方法。 此类不能被继承。
internal static class MailBnfHelper
警告
此类是内部的,不应在代码中直接使用。
在任何情况下,Microsoft 都不支持在生产应用程序中使用此类。
Ascii7bitMaxValue 字段
表示 7 位 Ascii 最大值。
internal static readonly int Ascii7bitMaxValue
Atext 字段
表示允许以原子格式表示的字符。
internal static bool[] Atext
CR 字段
表示回车符。
internal static readonly char CR
Ctext 字段
表示注释中允许的字符。
internal static bool[] Ctext
Dot 字段
表示完全停止符 (.
)。
internal static readonly char Dot
EndComment 字段
表示指定注释末尾的字符。
internal static readonly char EndComment
LF 字段
表示换行符。
internal static readonly char LF
Space 字段
表示空格字符。
internal static readonly char Space
StartComment 字段
表示指定注释开头的字符。
internal static readonly char StartComment
Tab 字段
表示制表符。
internal static readonly char Tab
要求
命名空间:System.Net
程序集:System(在 System.dll 中)