Search Results for

    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
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    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.

    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation