Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.Control

TElSAMLServiceProvider     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the component used for HTTP transport.

Declaration

[C#]
    TElHTTPSServer Control;

[VB.NET]
    Property Control As TElHTTPSServer

[Pascal]
    property Control : TElHTTPSServer;

[C++]
    TElHTTPSServer* get_Control();

[PHP]
    TElHTTPSServer get_Control()

[Java]
    TElHTTPSServer getControl();

Description

Use this property to control the HTTP server component which enables TElSAMLServiceProvider with HTTP/HTTPS server functionality.

See also:     OnBeforeHTTPSServerUse    

Discuss this help topic in SecureBlackbox Forum