TdxMapControlConnectionProtocol Enum
Enumerates connection protocols available for communication with online map services.
Declaration
TdxMapControlConnectionProtocol = (
cpDefault,
cpHTTP,
cpHTTPS
);
Members
Name |
---|
cpDefault
|
cpHTTP
|
cpHTTPS
|
Remarks
Values include:
Value | Description |
---|---|
cpDefault | The global dxMapControlDefaultConnectionProtocol constant specifies a connection protocol. |
cpHTTP | HTTP (Hypertext Transfer Protocol). |
cpHTTPS | HTTPS (Hypertext Transfer Protocol Secure, also called HTTP over TLS/SSL). |
The following properties refer to this enumeration type:
An image data provider’s ConnectionProtocol property
An information data provider’s ConnectionProtocol property
See Also