TTMSFNCWebPushServer.Bindings Property
Collection of socket bindings (addresses and ports) the server listens on. Assigning a value replaces the current bindings.
API unit family: TMS.TMSFNCWebPushServer
Declaring type: TTMSFNCWebPushServer
Inherited from: TTMSFNCCustomWebPushServer
Type: TIdSocketHandles
Syntax
property Bindings: TIdSocketHandles;
Remarks
By default the server adds bindings for DefaultHTTPPort and DefaultHTTPSPort; use this to bind additional addresses or ports.