System.Net.Socket.TNetEndpoint.operator =

提供: RAD Studio API Documentation
移動先: 案内検索

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; }

プロパティ

種類 可視性 ソース ユニット
function public System.Net.Socket.hpp System.Net.Socket TNetEndpoint

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。