⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sessionnamefield.cs

📁 pureIRCd是一个用c语音写的irc(RFC459)服务,可以给您带来很多的方便
💻 CS
字号:
namespace SDP
{
    /// <summary>
    /// A SessionName represents the s= fields contained within a SessionDescription.
    /// </summary>
    public class SessionNameField : Field
    {
        /// <summary>
        /// Creates a new SessionNameField.
        /// </summary>
        /// <param name="value">The value portion of the field.</param>
        public SessionNameField(string value) : base("s=" + value) { }
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -