System.Net.Socket.TSocket.Endpoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Endpoint: TNetEndpoint read GetEndpoint;

C++

__property TNetEndpoint Endpoint = {read=GetEndpoint};

Properties

Type Visibility Source Unit Parent
property public
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket TSocket

Description

The connected endpoint.

For a client socket this is the remote endpoint. For a server socket, this is the local endpoint.

See Also