Discuss this help topic in SecureBlackbox Forum

TElSSLServer.ServerState

TElSSLServer     See also     


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


Defines server state in its interaction with a client.

Declaration

[C#]
    TSBServerState ServerState;

[VB.NET]
    Property ServerState As TSBServerState

[Pascal]
    property ServerState: TSBServerState;

[C++]
    TSBServerState get_ServerState();

[PHP]
    integer get_ServerState()

[Java]
    TSBServerState getServerState();

TSBServerState values:

Description

Use this property to check current state of server-client interaction.

See also:     Enabled    

Discuss this help topic in SecureBlackbox Forum