BaseJump.HttpPutAttribute.HttpPutAttribute C# (CSharp) Method

HttpPutAttribute() public method

public HttpPutAttribute ( ) : System
return System
        public HttpPutAttribute()
            : base("PUT")
        {
        }
    }
HttpPutAttribute