Table of Contents

Enum EndpointParameterType

Namespace
Dynamicweb.DataIntegration.EndpointManagement.Parameters
Assembly
Dynamicweb.DataIntegration.dll

Represents the type of an endpoint parameter.

public enum EndpointParameterType

Fields

Header = 1

Represents a header parameter: HTTP Headers

Query = 0

Represents a query parameter: Query string Params

To top