Show / Hide Table of Contents

    Enum UriParameterAction

    Defines the action that must be performed with a URI parameter.

    Namespace: Nevatech.Vsb.Repository
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public enum UriParameterAction

    Fields

    Name Description
    Ignore

    The parameter should NOT be passed and must be dropped.

    PassThrough

    The parameter should be passed to the ultimate service.

    Reject

    The request should be stopped and error must be returned.

    Back to top Nevatech Sentinet 6.5 Online Documentation