Discuss this help topic in SecureBlackbox Forum

TElSSHLocalPortForwarding.ReportRealClientLocationToServer

TElSSHLocalPortForwarding     


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


Specifies whether the client should report the addresses of connected clients to the server.

Declaration

[C#]
    bool ReportRealClientLocationToServer;

[VB.NET]
    Property ReportRealClientLocationToServer As Boolean

[Pascal]
    property ReportRealClientLocationToServer : boolean;

[C++]
    bool get_ReportRealClientLocationToServer();
    void set_ReportRealClientLocationToServer(bool Value);

[PHP]
    bool get_ReportRealClientLocationToServer()
    void set_ReportRealClientLocationToServer(bool $Value)

[Java]
    boolean getReportRealClientLocationToServer();
    void setReportRealClientLocationToServer(boolean Value);

Description

    This property specifies whether the client should report the addresses of connected clients to the server. If the property is turned off, all the incoming addresses are reported to the server as coming from the local location.
    Default value is False.

Discuss this help topic in SecureBlackbox Forum