System.Net.Socket.TNetEndpoint.operator =

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

TNetEndpoint& __fastcall operator=(const sockaddr_in &Endpoint) { *this = TNetEndpoint::_op_Implicit(Endpoint); return *this; };
TNetEndpoint& __fastcall operator=(const sockaddr &Endpoint) { *this = TNetEndpoint::_op_Implicit(Endpoint); return *this; };

Propriétés

Type Visibilité  Source Unité  Parent
function public System.Net.Socket.hpp System.Net.Socket TNetEndpoint

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !