Discuss this help topic in SecureBlackbox Forum

TElSSLSocket.Bind

TElSSLSocket     


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


Associates a Socket with a local endpoint.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • localEP - local EndPoint to associate with the Socket.

Description

    If you want to use a specific local endpoint, you can call the this method before you call Listen or Connect methods.
    Please note that you should not call this method for SSLSocket class but for derived classes only.

Discuss this help topic in SecureBlackbox Forum