ServiceType Enumeration

Describes available connection service types used by the Alpaca Clients and by the Discovery component

Definition

Namespace: ASCOM.Common.Alpaca
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public enum ServiceType

Remarks

The Enum codes must be valid service types because they are converted to strings and used directly in device URLs of form: {ServiceType}://{Host}:{Port}/api...}in the

Members

Http0 Unencrypted HTTP protocol
Https1 Encrypted HTTPS protocol

Version Information

.NET Standard

Supported in: 2.0

See Also