Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.SocketSettings

TElBaseSocketClient     See also     


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


Specifies settings of the internal socket.

Declaration

[C#]
    TElSocketSettings SocketSettings;

[VB.NET]
    Property SocketSettings As TElSocketSettings

[Pascal]
    property SocketSettings : TElSocketSettings;

[C++]
    TElSocketSettings* get_SocketSettings();

[PHP]
    TElSocketSettings get_SocketSettings()

[Java]
    TElSocketSettings getSocketSettings();

Description

Use this property to specify the internal socket's settings.

See also:     SocketBinding     SocketTimeout     UseInternalSocket    

Discuss this help topic in SecureBlackbox Forum