Search Results for

    Show / Hide Table of Contents

    Class HookData

    Inheritance
    System.Object
    HookData
    Namespace: DirectScale.Disco.Extension.Middleware
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class HookData : Object

    Constructors

    HookData()

    Declaration
    public HookData()

    Properties

    HookId

    Declaration
    public string HookId { get; set; }
    Property Value
    Type Description
    System.String

    RequestType

    Declaration
    public Type RequestType { get; set; }
    Property Value
    Type Description
    System.Type

    ResponseType

    Declaration
    public Type ResponseType { get; set; }
    Property Value
    Type Description
    System.Type
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX