PowerTCP Sockets for .NET
Send(String,String,Int32) Method




Syntax
'Declaration
 
Public Overloads Function Send( _
   ByVal buffer As String, _
   ByVal hostNameOrAddress As String, _
   ByVal port As Integer _
) As Datagram
'Usage
 
Dim instance As UdpBase
Dim buffer As String
Dim hostNameOrAddress As String
Dim port As Integer
Dim value As Datagram
 
value = instance.Send(buffer, hostNameOrAddress, port)
public Datagram Send( 
   string buffer,
   string hostNameOrAddress,
   int port
)
public: Datagram* Send( 
   string* buffer,
   string* hostNameOrAddress,
   int port
) 
public:
Datagram^ Send( 
   String^ buffer,
   String^ hostNameOrAddress,
   int port
) 

Parameters

buffer
hostNameOrAddress
port
See Also

Reference

UdpBase Class
UdpBase Members
Overload List


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