System::Net::IPEndPoint::Create metodo
IPEndPoint::Create method
Crea una nuova istanza della classe EndPoint usando l’indirizzo socket specificato.
System::SharedPtr<EndPoint> System::Net::IPEndPoint::Create(System::SharedPtr<SocketAddress> socketAddress) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| socketAddress | System::SharedPtr<SocketAddress> | L’indirizzo socket che verrà usato per inizializzare una nuova istanza. |
ReturnValue
Una nuova istanza della classe EndPoint.
Vedi anche
- Typedef SharedPtr
- Class EndPoint
- Class SocketAddress
- Class IPEndPoint
- Namespace System::Net
- Library Aspose.Font for C++