Xceed .NET Libraries Documentation
Write(String) Method


Xceed.SSH.Core Assembly > Xceed.SSH.Core Namespace > DefaultSSHTraceWriter Class > Write Method : Write(String) Method
Syntax
'Declaration
 
Public Overloads Overrides Sub Write( _
   ByVal value As String _
) 
'Usage
 
Dim instance As DefaultSSHTraceWriter
Dim value As String
 
instance.Write(value)
public override void Write( 
   string value
)

Parameters

value
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DefaultSSHTraceWriter Class
DefaultSSHTraceWriter Members
Overload List
Base Implementation in Write(String)