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

📄 provsionurl.cs

📁 破解的飞信源代码
💻 CS
字号:
namespace Imps.Client.Core
{
    using System;

    public class ProvsionUrl
    {
        private string _UriGetGeneralInfo = string.Empty;
        private string _UriGetPic = string.Empty;
        private string _UriGetProfile = string.Empty;
        private string _UriGetProtrait = string.Empty;
        private string _UriGetSms = string.Empty;
        private string _UriGetSysCfg = string.Empty;
        private string _UriSetProfile = string.Empty;
        private string _UriSetProtrait = string.Empty;
        private string _UriSsiLogin = string.Empty;
        private string _UriSubSvc = string.Empty;

        public string UriGetGeneralInfo
        {
            get
            {
                return this._UriGetGeneralInfo;
            }
            set
            {
                this._UriGetGeneralInfo = value;
            }
        }

        public string UriGetPic
        {
            get
            {
                return this._UriGetPic;
            }
            set
            {
                this._UriGetPic = value;
            }
        }

        public string UriGetProfile
        {
            get
            {
                return this._UriGetProfile;
            }
            set
            {
                this._UriGetProfile = value;
            }
        }

        public string UriGetProtrait
        {
            get
            {
                return this._UriGetProtrait;
            }
            set
            {
                this._UriGetProtrait = value;
            }
        }

        public string UriGetSms
        {
            get
            {
                return this._UriGetSms;
            }
            set
            {
                this._UriGetSms = value;
            }
        }

        public string UriGetSysCfg
        {
            get
            {
                return this._UriGetSysCfg;
            }
            set
            {
                this._UriGetSysCfg = value;
            }
        }

        public string UriSetProfile
        {
            get
            {
                return this._UriSetProfile;
            }
            set
            {
                this._UriSetProfile = value;
            }
        }

        public string UriSetProtrait
        {
            get
            {
                return this._UriSetProtrait;
            }
            set
            {
                this._UriSetProtrait = value;
            }
        }

        public string UriSsiLogin
        {
            get
            {
                return this._UriSsiLogin;
            }
            set
            {
                this._UriSsiLogin = value;
            }
        }

        public string UriSubSvc
        {
            get
            {
                return this._UriSubSvc;
            }
            set
            {
                this._UriSubSvc = value;
            }
        }
    }
}

⌨️ 快捷键说明

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