MultiSpeakSubscriptionURL
Destination endpoint where VTScada will send notification messages. This should be the server name (could be fully qualified) of the MultiSpeak endpoint. By default, HTTP and port 80 will be used. Port 443 will be used for HTTPS.
This is the same as the ResponseURL that is provided in the RegisterForService method.
Section: System
Default: MultiSpeakSubscriptionURL =
*No restart required (Settings.Dynamic property)
Examples:
OMS_Server
Basic server name. Will use HTTP over port 80 implicitly.
OMS_Server:81
Basic server name using port 81.
https://alpha.trihedral.com
Fully qualified domain name using HTTPS and port 443 (implicit).
https://alpha.trihedral.com:442
Fully qualified domain name using HTTPS and port 442.