PowerTCP Sockets for .NET
SendTaskAsync Method




Syntax
'Declaration
 
Public Function SendTaskAsync( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer, _
   ByVal socketFlags As SocketFlags, _
   ByVal destination As IPEndPoint _
) As Task(Of Datagram)
'Usage
 
Dim instance As UdpBase
Dim buffer() As Byte
Dim offset As Integer
Dim count As Integer
Dim socketFlags As SocketFlags
Dim destination As IPEndPoint
Dim value As Task(Of Datagram)
 
value = instance.SendTaskAsync(buffer, offset, count, socketFlags, destination)
public Task<Datagram> SendTaskAsync( 
   byte[] buffer,
   int offset,
   int count,
   SocketFlags socketFlags,
   IPEndPoint destination
)
public: Task<Datagram*>* SendTaskAsync( 
   byte[]* buffer,
   int offset,
   int count,
   SocketFlags socketFlags,
   IPEndPoint* destination
) 
public:
Task<Datagram^>^ SendTaskAsync( 
   array<byte>^ buffer,
   int offset,
   int count,
   SocketFlags socketFlags,
   IPEndPoint^ destination
) 

Parameters

buffer
offset
count
socketFlags
destination
See Also

Reference

UdpBase Class
UdpBase Members


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic