SuppressProxyAttribute.cs 236 Bytes
using System;

namespace NCC.Dependency
{
    /// <summary>
    /// 跳过全局代理
    /// </summary>
    [SuppressSniffer, AttributeUsage(AttributeTargets.Class)]
    public class SuppressProxyAttribute : Attribute
    {
    }
}