PowerTCP SSH and SFTP for .NET
Write(String) Method




String of data to send.
Sends data to the remote host.
Syntax
'Declaration
 
Public Overloads Sub Write( _
   ByVal data As String _
) 
'Usage
 
Dim instance As SessionStream
Dim data As String
 
instance.Write(data)
public void Write( 
   string data
)
public: void Write( 
   string* data
) 
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 WriteTimeout value has expired.
See Also

Reference

SessionStream Class
SessionStream Members
Overload List


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic