Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.Open

TElSAMLServiceProvider     See also     


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


Accepts an incoming session.

Declaration

[C#]
    void Open();

[VB.NET]
    Sub Open()

[Pascal]
    procedure Open;

[C++]
    void Open();

[PHP]
    void Open()

[Java]
    void open();

Description

This method should be called after the transport part of the application has accepted the incoming connection initiated by the client.

See also:     Close    

Discuss this help topic in SecureBlackbox Forum