Discuss this help topic in SecureBlackbox Forum

TElSocket.State

TElSocket     


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


Specifies the state of the socket.

Declaration

[C#]
    TElSocketState State;

[VB.NET]
    Property State As TElSocketState

[Pascal]
    property State : TElSocketState;

[C++]
    TElSocketState get_State();

[PHP]
    integer get_State()

[Java]
    int getState();

TElSocketState values

Description

    Use this read-only property to get the state of the socket.

Discuss this help topic in SecureBlackbox Forum