Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServer.OutgoingLocalBinding

TElSimpleFTPSServer     See also     


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


This property defines the local binding of the outgoing socket.

Declaration

[C#]
    TElClientSocketBinding OutgoingLocalBinding;

[VB.NET]
    Property OutgoingLocalBinding As TElClientSocketBinding

[Pascal]
    under development

[C++]
    TElClientSocketBinding* get_OutgoingLocalBinding();
    void set_OutgoingLocalBinding(TElClientSocketBinding &Value);
    void set_OutgoingLocalBinding(TElClientSocketBinding *Value);

[PHP]
    TElClientSocketBinding get_OutgoingLocalBinding()
    void set_OutgoingLocalBinding(TElClientSocketBinding $Value)

[Java]
    TElClientSocketBinding getOutgoingLocalBinding();
    void setOutgoingLocalBinding(TElClientSocketBinding Binding);

Parameters

  • Binding -

Description

    Use this property to specify the local binding of the outgoing socket.

See also:     SocketSettings    

Discuss this help topic in SecureBlackbox Forum