Discuss this help topic in SecureBlackbox Forum

TElSocket.SocketType

TElSocket     


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


Specifies the socket type.

Declaration

[C#]
    TElSocketType SocketType;

[VB.NET]
    Property SocketType As TElSocketType

[Pascal]
    property SocketType : TElSocketType;

[C++]
    TElSocketType get_SocketType();
    void set_SocketType(TElSocketType Value);

[PHP]
    integer get_SocketType()
    void set_SocketType(integer $Value)

[Java]
    int getSocketType();
    void setSocketType(int Value);

TElSocketType values

Description

    Use this property to specify the socket type.

Discuss this help topic in SecureBlackbox Forum