EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSSLSocket.LocalEndPoint

TElSSLSocket     See also    


 

This read-only property specifies the EndPoint that the socket is using for communications.

 
 

Declaration

[C#]
    EndPoint LocalEndPoint;

[VB.NET]
    Property LocalEndPoint As EndPoint

[Pascal]
    not implemented;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    This property gets an EndPoint containing the local IP address and port number to which your socket is bound.

 
 

See also:     RemoteEndPoint   

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation