PowerTCP Telnet for .NET CF
Write(String) Method
See Also  Send comments on this topic.
Dart.Common Namespace > TcpBase Class > Write Method : Write(String) Method




data
String of data to send.
Sends data to the remote host.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Write( _
   ByVal data As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As TcpBase
Dim data As String
 
instance.Write(data)
C# 
public void Write( 
   string data
)
Managed Extensions for C++ 
public: void Write( 
   string* data
) 
C++/CLI 
public:
void Write( 
   String^ data
) 

Parameters

data
String of data to send.

Remarks

This method synchronously sends data to the remote host over an existing connection. It will block until a buffer is available to accept the data or the SendTimeout value has expired.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.