System::Net::Sockets::Socket::Send 方法
内容
[
隐藏
]Socket::Send(System::ArrayPtr<uint8_t>) method
将指定的数据发送到套接字。
int32_t System::Net::Sockets::Socket::Send(System::ArrayPtr<uint8_t> buffer)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | System::ArrayPtr<uint8_t> | 要发送的数据。 |
ReturnValue
已发送字节的数量。
另见
- Typedef ArrayPtr
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::ArrayPtr<uint8_t>, int32_t, int32_t, SocketFlags) method
将指定的数据发送到套接字。
int32_t System::Net::Sockets::Socket::Send(System::ArrayPtr<uint8_t> buffer, int32_t offset, int32_t size, SocketFlags socketFlags)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | System::ArrayPtr<uint8_t> | 要发送的数据。 |
| offset | int32_t | 指定数组中的字节偏移量。 |
| size | int32_t | 从 ‘offset’ 参数开始的指定数组中的字节数。 |
| socketFlags | SocketFlags | 发送行为。 |
ReturnValue
已发送字节的数量。
另见
- Typedef ArrayPtr
- Enum SocketFlags
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::ArrayPtr<uint8_t>, int32_t, int32_t, SocketFlags, SocketError&) method
将指定的数据发送到套接字。
int32_t System::Net::Sockets::Socket::Send(System::ArrayPtr<uint8_t> buffer, int32_t offset, int32_t size, SocketFlags socketFlags, SocketError &errorCode)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | System::ArrayPtr<uint8_t> | 要发送的数据。 |
| offset | int32_t | 指定数组中的字节偏移量。 |
| size | int32_t | 从 ‘offset’ 参数开始的指定数组中的字节数。 |
| socketFlags | SocketFlags | 发送行为。 |
| errorCode | SocketError& | 当发送操作失败时,错误代码将被分配到的输出参数。 |
ReturnValue
已发送字节的数量。
另见
- Typedef ArrayPtr
- Enum SocketFlags
- Enum SocketError
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::ArrayPtr<uint8_t>, int32_t, SocketFlags) method
将指定的数据发送到套接字。
int32_t System::Net::Sockets::Socket::Send(System::ArrayPtr<uint8_t> buffer, int32_t size, SocketFlags socketFlags)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | System::ArrayPtr<uint8_t> | 要发送的数据。 |
| size | int32_t | 必须发送的指定数据的字节数。 |
| socketFlags | SocketFlags | 发送行为。 |
ReturnValue
已发送字节的数量。
另见
- Typedef ArrayPtr
- Enum SocketFlags
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::ArrayPtr<uint8_t>, SocketFlags) method
将指定的数据发送到套接字。
int32_t System::Net::Sockets::Socket::Send(System::ArrayPtr<uint8_t> buffer, SocketFlags socketFlags)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | System::ArrayPtr<uint8_t> | 要发送的数据。 |
| socketFlags | SocketFlags | 发送行为。 |
ReturnValue
已发送字节的数量。
另见
- Typedef ArrayPtr
- Enum SocketFlags
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::Details::ArrayView<uint8_t>) method
将指定的数据发送到套接字。
int32_t System::Net::Sockets::Socket::Send(System::Details::ArrayView<uint8_t> buffer)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | System::Details::ArrayView<uint8_t> | 要发送的数据。 |
ReturnValue
已发送字节的数量。
另见
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::Details::ArrayView<uint8_t>, int32_t, int32_t, SocketFlags) method
将指定的数据发送到套接字。
int32_t System::Net::Sockets::Socket::Send(System::Details::ArrayView<uint8_t> buffer, int32_t offset, int32_t size, SocketFlags socketFlags)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | System::Details::ArrayView<uint8_t> | 要发送的数据。 |
| offset | int32_t | 指定数组中的字节偏移量。 |
| size | int32_t | 从 ‘offset’ 参数开始的指定数组中的字节数。 |
| socketFlags | SocketFlags | 发送行为。 |
ReturnValue
已发送字节的数量。
另见
- Enum SocketFlags
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::Details::ArrayView<uint8_t>, int32_t, int32_t, SocketFlags, SocketError&) method
将指定的数据发送到套接字。
int32_t System::Net::Sockets::Socket::Send(System::Details::ArrayView<uint8_t> buffer, int32_t offset, int32_t size, SocketFlags socketFlags, SocketError &errorCode)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | System::Details::ArrayView<uint8_t> | 要发送的数据。 |
| offset | int32_t | 指定数组中的字节偏移量。 |
| size | int32_t | 从 ‘offset’ 参数开始的指定数组中的字节数。 |
| socketFlags | SocketFlags | 发送行为。 |
| errorCode | SocketError& | 当发送操作失败时,错误代码将被分配到的输出参数。 |
ReturnValue
已发送字节的数量。
另见
- Enum SocketFlags
- Enum SocketError
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::Details::ArrayView<uint8_t>, int32_t, SocketFlags) method
将指定的数据发送到套接字。
int32_t System::Net::Sockets::Socket::Send(System::Details::ArrayView<uint8_t> buffer, int32_t size, SocketFlags socketFlags)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | System::Details::ArrayView<uint8_t> | 要发送的数据。 |
| size | int32_t | 必须发送的指定数据的字节数。 |
| socketFlags | SocketFlags | 发送行为。 |
ReturnValue
已发送字节的数量。
另见
- Enum SocketFlags
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::Details::ArrayView<uint8_t>, SocketFlags) method
将指定的数据发送到套接字。
int32_t System::Net::Sockets::Socket::Send(System::Details::ArrayView<uint8_t> buffer, SocketFlags socketFlags)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | System::Details::ArrayView<uint8_t> | 要发送的数据。 |
| socketFlags | SocketFlags | 发送行为。 |
ReturnValue
已发送字节的数量。
另见
- Enum SocketFlags
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::Details::StackArray<uint8_t, N>&) method
将指定的数据发送到套接字。
template<std::size_t> int32_t System::Net::Sockets::Socket::Send(System::Details::StackArray<uint8_t, N> &buffer)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | System::Details::StackArray<uint8_t, N>& | 要发送的数据。 |
ReturnValue
已发送字节的数量。
另见
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::Details::StackArray<uint8_t, N>&, int32_t, int32_t, SocketFlags) method
将指定的数据发送到套接字。
template<std::size_t> int32_t System::Net::Sockets::Socket::Send(System::Details::StackArray<uint8_t, N> &buffer, int32_t offset, int32_t size, SocketFlags socketFlags)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | System::Details::StackArray<uint8_t, N>& | 要发送的数据。 |
| offset | int32_t | 指定数组中的字节偏移量。 |
| size | int32_t | 从 ‘offset’ 参数开始的指定数组中的字节数。 |
| socketFlags | SocketFlags | 发送行为。 |
ReturnValue
已发送字节的数量。
另见
- Enum SocketFlags
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::Details::StackArray<uint8_t, N>&, int32_t, int32_t, SocketFlags, SocketError&) method
将指定的数据发送到套接字。
template<std::size_t> int32_t System::Net::Sockets::Socket::Send(System::Details::StackArray<uint8_t, N> &buffer, int32_t offset, int32_t size, SocketFlags socketFlags, SocketError &errorCode)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | System::Details::StackArray<uint8_t, N>& | 要发送的数据。 |
| offset | int32_t | 指定数组中的字节偏移量。 |
| size | int32_t | 从 ‘offset’ 参数开始的指定数组中的字节数。 |
| socketFlags | SocketFlags | 发送行为。 |
| errorCode | SocketError& | 当发送操作失败时,错误代码将被分配到的输出参数。 |
ReturnValue
已发送字节的数量。
另见
- Enum SocketFlags
- Enum SocketError
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::Details::StackArray<uint8_t, N>&, int32_t, SocketFlags) method
将指定的数据发送到套接字。
template<std::size_t> int32_t System::Net::Sockets::Socket::Send(System::Details::StackArray<uint8_t, N> &buffer, int32_t size, SocketFlags socketFlags)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | System::Details::StackArray<uint8_t, N>& | 要发送的数据。 |
| size | int32_t | 必须发送的指定数据的字节数。 |
| socketFlags | SocketFlags | 发送行为。 |
ReturnValue
已发送字节的数量。
另见
- Enum SocketFlags
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::Details::StackArray<uint8_t, N>&, SocketFlags) method
将指定的数据发送到套接字。
template<std::size_t> int32_t System::Net::Sockets::Socket::Send(System::Details::StackArray<uint8_t, N> &buffer, SocketFlags socketFlags)
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | System::Details::StackArray<uint8_t, N>& | 要发送的数据。 |
| socketFlags | SocketFlags | 发送行为。 |
ReturnValue
已发送字节的数量。
另见
- Enum SocketFlags
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::SharedPtr<Collections::Generic::IList<ArraySegment<uint8_t>>>) method
将指定的数据发送到套接字。
int32_t System::Net::Sockets::Socket::Send(System::SharedPtr<Collections::Generic::IList<ArraySegment<uint8_t>>> buffers)
| 参数 | 类型 | 描述 |
|---|---|---|
| 缓冲区 | System::SharedPtr<Collections::Generic::IList<ArraySegment<uint8_t>>> | 必须发送数据的字节数组集合。 |
ReturnValue
已发送字节的数量。
另见
- Typedef SharedPtr
- Class IList
- Class ArraySegment
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::SharedPtr<Collections::Generic::IList<ArraySegment<uint8_t>>>, SocketFlags) method
将指定的数据发送到套接字。
int32_t System::Net::Sockets::Socket::Send(System::SharedPtr<Collections::Generic::IList<ArraySegment<uint8_t>>> buffers, SocketFlags socketFlags)
| 参数 | 类型 | 描述 |
|---|---|---|
| 缓冲区 | System::SharedPtr<Collections::Generic::IList<ArraySegment<uint8_t>>> | 必须发送数据的字节数组集合。 |
| socketFlags | SocketFlags | 发送行为。 |
ReturnValue
已发送字节的数量。
另见
- Typedef SharedPtr
- Class IList
- Class ArraySegment
- Enum SocketFlags
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
Socket::Send(System::SharedPtr<Collections::Generic::IList<ArraySegment<uint8_t>>>, SocketFlags, SocketError&) method
将指定的数据发送到套接字。
int32_t System::Net::Sockets::Socket::Send(System::SharedPtr<Collections::Generic::IList<ArraySegment<uint8_t>>> buffers, SocketFlags socketFlags, SocketError &errorCode)
| 参数 | 类型 | 描述 |
|---|---|---|
| 缓冲区 | System::SharedPtr<Collections::Generic::IList<ArraySegment<uint8_t>>> | 必须发送数据的字节数组集合。 |
| socketFlags | SocketFlags | 发送行为。 |
| errorCode | SocketError& | 当发送操作失败时,错误代码将被分配到的输出参数。 |
ReturnValue
已发送字节的数量。
另见
- Typedef SharedPtr
- Class IList
- Class ArraySegment
- Enum SocketFlags
- Enum SocketError
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Font for C++