BaseJump.HttpGetAttribute.HttpGetAttribute C# (CSharp) Method

HttpGetAttribute() public method

public HttpGetAttribute ( ) : System
return System
        public HttpGetAttribute()
            : base("GET")
        {
        }
    }
HttpGetAttribute