System.Net.Socket.TNetEndpoint.operator =

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.