Metodo System::Net::Sockets::Socket::SendTo
Socket::SendTo(System::ArrayPtr<uint8_t>, int32_t, int32_t, SocketFlags, System::SharedPtr<EndPoint>) method
Invia i dati specificati al punto finale specificato.
int32_t System::Net::Sockets::Socket::SendTo(System::ArrayPtr<uint8_t> buffer, int32_t offset, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | System::ArrayPtr<uint8_t> | I dati da inviare. |
| offset | int32_t | L’offset in byte nell’array specificato. |
| size | int32_t | Il numero di byte nell’array specificato a partire dal parametro ‘offset’. |
| socketFlags | SocketFlags | Il comportamento di invio. |
| remoteEP | System::SharedPtr<EndPoint> | L’endpoint remoto. |
ReturnValue
Il numero di byte inviati.
Vedi anche
- Typedef ArrayPtr
- Enum SocketFlags
- Typedef SharedPtr
- Class EndPoint
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::SendTo(System::ArrayPtr<uint8_t>, int32_t, SocketFlags, System::SharedPtr<EndPoint>) method
Invia i dati specificati al punto finale specificato.
int32_t System::Net::Sockets::Socket::SendTo(System::ArrayPtr<uint8_t> buffer, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | System::ArrayPtr<uint8_t> | I dati da inviare. |
| size | int32_t | Il numero di byte nell’array specificato. |
| socketFlags | SocketFlags | Il comportamento di invio. |
| remoteEP | System::SharedPtr<EndPoint> | L’endpoint remoto. |
ReturnValue
Il numero di byte inviati.
Vedi anche
- Typedef ArrayPtr
- Enum SocketFlags
- Typedef SharedPtr
- Class EndPoint
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::SendTo(System::ArrayPtr<uint8_t>, SocketFlags, System::SharedPtr<EndPoint>) method
Invia i dati specificati al punto finale specificato.
int32_t System::Net::Sockets::Socket::SendTo(System::ArrayPtr<uint8_t> buffer, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | System::ArrayPtr<uint8_t> | I dati da inviare. |
| socketFlags | SocketFlags | Il comportamento di invio. |
| remoteEP | System::SharedPtr<EndPoint> | L’endpoint remoto. |
ReturnValue
Il numero di byte inviati.
Vedi anche
- Typedef ArrayPtr
- Enum SocketFlags
- Typedef SharedPtr
- Class EndPoint
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::SendTo(System::ArrayPtr<uint8_t>, System::SharedPtr<EndPoint>) method
Invia i dati specificati al punto finale specificato.
int32_t System::Net::Sockets::Socket::SendTo(System::ArrayPtr<uint8_t> buffer, System::SharedPtr<EndPoint> remoteEP)
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | System::ArrayPtr<uint8_t> | I dati da inviare. |
| remoteEP | System::SharedPtr<EndPoint> | L’endpoint remoto. |
ReturnValue
Il numero di byte inviati.
Vedi anche
- Typedef ArrayPtr
- Typedef SharedPtr
- Class EndPoint
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::SendTo(System::Details::ArrayView<uint8_t>, int32_t, int32_t, SocketFlags, System::SharedPtr<EndPoint>) method
Invia i dati specificati al punto finale specificato.
int32_t System::Net::Sockets::Socket::SendTo(System::Details::ArrayView<uint8_t> buffer, int32_t offset, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | System::Details::ArrayView<uint8_t> | I dati da inviare. |
| offset | int32_t | L’offset in byte nell’array specificato. |
| size | int32_t | Il numero di byte nell’array specificato a partire dal parametro ‘offset’. |
| socketFlags | SocketFlags | Il comportamento di invio. |
| remoteEP | System::SharedPtr<EndPoint> | L’endpoint remoto. |
ReturnValue
Il numero di byte inviati.
Vedi anche
- Enum SocketFlags
- Typedef SharedPtr
- Class EndPoint
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::SendTo(System::Details::ArrayView<uint8_t>, int32_t, SocketFlags, System::SharedPtr<EndPoint>) method
Invia i dati specificati al punto finale specificato.
int32_t System::Net::Sockets::Socket::SendTo(System::Details::ArrayView<uint8_t> buffer, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | System::Details::ArrayView<uint8_t> | I dati da inviare. |
| size | int32_t | Il numero di byte nell’array specificato. |
| socketFlags | SocketFlags | Il comportamento di invio. |
| remoteEP | System::SharedPtr<EndPoint> | L’endpoint remoto. |
ReturnValue
Il numero di byte inviati.
Vedi anche
- Enum SocketFlags
- Typedef SharedPtr
- Class EndPoint
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::SendTo(System::Details::ArrayView<uint8_t>, SocketFlags, System::SharedPtr<EndPoint>) method
Invia i dati specificati al punto finale specificato.
int32_t System::Net::Sockets::Socket::SendTo(System::Details::ArrayView<uint8_t> buffer, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | System::Details::ArrayView<uint8_t> | I dati da inviare. |
| socketFlags | SocketFlags | Il comportamento di invio. |
| remoteEP | System::SharedPtr<EndPoint> | L’endpoint remoto. |
ReturnValue
Il numero di byte inviati.
Vedi anche
- Enum SocketFlags
- Typedef SharedPtr
- Class EndPoint
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::SendTo(System::Details::ArrayView<uint8_t>, System::SharedPtr<EndPoint>) method
Invia i dati specificati al punto finale specificato.
int32_t System::Net::Sockets::Socket::SendTo(System::Details::ArrayView<uint8_t> buffer, System::SharedPtr<EndPoint> remoteEP)
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | System::Details::ArrayView<uint8_t> | I dati da inviare. |
| remoteEP | System::SharedPtr<EndPoint> | L’endpoint remoto. |
ReturnValue
Il numero di byte inviati.
Vedi anche
- Typedef SharedPtr
- Class EndPoint
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::SendTo(System::Details::StackArray<uint8_t, N>&, int32_t, int32_t, SocketFlags, System::SharedPtr<EndPoint>) method
Invia i dati specificati al punto finale specificato.
template<std::size_t> int32_t System::Net::Sockets::Socket::SendTo(System::Details::StackArray<uint8_t, N> &buffer, int32_t offset, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | System::Details::StackArray<uint8_t, N>& | I dati da inviare. |
| offset | int32_t | L’offset in byte nell’array specificato. |
| size | int32_t | Il numero di byte nell’array specificato a partire dal parametro ‘offset’. |
| socketFlags | SocketFlags | Il comportamento di invio. |
| remoteEP | System::SharedPtr<EndPoint> | L’endpoint remoto. |
ReturnValue
Il numero di byte inviati.
Vedi anche
- Enum SocketFlags
- Typedef SharedPtr
- Class EndPoint
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::SendTo(System::Details::StackArray<uint8_t, N>&, int32_t, SocketFlags, System::SharedPtr<EndPoint>) method
Invia i dati specificati al punto finale specificato.
template<std::size_t> int32_t System::Net::Sockets::Socket::SendTo(System::Details::StackArray<uint8_t, N> &buffer, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | System::Details::StackArray<uint8_t, N>& | I dati da inviare. |
| size | int32_t | Il numero di byte nell’array specificato. |
| socketFlags | SocketFlags | Il comportamento di invio. |
| remoteEP | System::SharedPtr<EndPoint> | L’endpoint remoto. |
ReturnValue
Il numero di byte inviati.
Vedi anche
- Enum SocketFlags
- Typedef SharedPtr
- Class EndPoint
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::SendTo(System::Details::StackArray<uint8_t, N>&, SocketFlags, System::SharedPtr<EndPoint>) method
Invia i dati specificati al punto finale specificato.
template<std::size_t> int32_t System::Net::Sockets::Socket::SendTo(System::Details::StackArray<uint8_t, N> &buffer, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | System::Details::StackArray<uint8_t, N>& | I dati da inviare. |
| socketFlags | SocketFlags | Il comportamento di invio. |
| remoteEP | System::SharedPtr<EndPoint> | L’endpoint remoto. |
ReturnValue
Il numero di byte inviati.
Vedi anche
- Enum SocketFlags
- Typedef SharedPtr
- Class EndPoint
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::SendTo(System::Details::StackArray<uint8_t, N>&, System::SharedPtr<EndPoint>) method
Invia i dati specificati al punto finale specificato.
template<std::size_t> int32_t System::Net::Sockets::Socket::SendTo(System::Details::StackArray<uint8_t, N> &buffer, System::SharedPtr<EndPoint> remoteEP)
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | System::Details::StackArray<uint8_t, N>& | I dati da inviare. |
| remoteEP | System::SharedPtr<EndPoint> | L’endpoint remoto. |
ReturnValue
Il numero di byte inviati.
Vedi anche
- Typedef SharedPtr
- Class EndPoint
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++