Share via


EndpointBase Class

Definition

Base class for endpoints.

public class EndpointBase
type EndpointBase = class
Public Class EndpointBase
Inheritance
EndpointBase
Derived

Constructors

EndpointBase()

Initializes a new instance of the EndpointBase class.

EndpointBase(CredentialsBase, String, TunnelBase)

Initializes a new instance of the EndpointBase class.

Properties

Credentials

Gets or sets credentials to be presented to the endpoint.

Tunnel

Gets or sets describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.

Url

Gets or sets the endpoint URL for Video Analyzer to connect to.

Methods

Validate()

Validate the object.

Applies to