Show / Hide Table of Contents

    Enum ParameterType

    Defines the method of sending a parameter value.

    Namespace: Nevatech.Vsb.Repository.Security.OAuth
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public enum ParameterType

    Fields

    Name Description
    FormParameter

    Value is passed using application/x-www-form-urlencoded MIME type in HTTP POST request.

    HttpHeader

    Value is passed as HTTP header in HTTP GET request.

    QueryParameter

    Value is passed as URI query parameter in HTTP GET request.

    Back to top Nevatech Sentinet 6.5 Online Documentation