Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.LocalPort

TElCustomSimpleSSLClient     See also     


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


This property specifies the local port bound to the socket connection.

Declaration

[C#]
    int LocalPort;

[VB.NET]
    Property LocalPort As Integer

[Pascal]
    property LocalPort : Integer;

[C++]
    int32_t get_LocalPort();
    void set_LocalPort(int32_t Value);

[PHP]
    integer get_LocalPort()
    void set_LocalPort(integer $Value)

[Java]
    int getLocalPort();
    void setLocalPort(int Value);

Description

    Assign this property the local port bound to the socket connection (when the internal socket is used). The default value is 22.
    This property is DEPRECATED, use SocketBinding instead.

See also:     InternalSocket     SocketBinding    

Discuss this help topic in SecureBlackbox Forum