Class Endpoint
- Namespace
- Dynamicweb.DataIntegration.EndpointManagement
- Assembly
- Dynamicweb.DataIntegration.dll
Represents Endpoint
[DataContract]
public class Endpoint
- Inheritance
-
Endpoint
- Inherited Members
Properties
Authentication
public EndpointAuthentication? Authentication { get; }
Property Value
AuthenticationId
Endpoint Authentication Id
[DataMember]
public int AuthenticationId { get; set; }
Property Value
Body
Request body
[DataMember]
public string? Body { get; set; }
Property Value
Collection
public EndpointCollection? Collection { get; }
Property Value
CollectionId
Endpoint Authentication Id
[DataMember]
public int CollectionId { get; set; }
Property Value
Description
Endpoint Description
[DataMember]
public string? Description { get; set; }
Property Value
FullUrl
Full url: Url + Parameters
public string FullUrl { get; }
Property Value
HeaderParams
public IEnumerable<EndpointParameter> HeaderParams { get; }
Property Value
Id
Endpoint Id
[DataMember]
public int Id { get; set; }
Property Value
Name
Endpoint Name
[DataMember]
public string? Name { get; set; }
Property Value
QueryParams
public IEnumerable<EndpointParameter> QueryParams { get; }
Property Value
RequestType
Endpoint request type
[DataMember]
public EndpointRequestType RequestType { get; set; }
Property Value
Sorting
public int Sorting { get; set; }
Property Value
Timeout
public int Timeout { get; set; }
Property Value
Url
Endpoint Url
[DataMember]
public string? Url { get; set; }
Property Value
UseInLiveIntegration
Enable for the Live integration use
[DataMember]
public bool UseInLiveIntegration { get; set; }
Property Value
Methods
Clone()
public Endpoint Clone()