EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.ServerCloseReason

TElSimpleSSHClient     See also    


 

This property returns the description that was sent by the server before closing the connection

 
 

Declaration

[C#]
    string ServerCloseReason;

[VB.NET]
    Property ServerCloseReason As String

[Pascal]
    property ServerCloseReason : string;

[VB6]
    Property IElSimpleSSHClientX.ServerCloseReason As String

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX.ServerCloseReason([out, retval] BSTR * Value );

[DLL]
    not implemented;
 
 

Description

    Check this property after OnCloseConnection event was fired. This property returns the line that was sent by the server just before closing the connection. Usually it contains the error description if the connection was broken by the error. This property returns the empty string if the server response was empty.

 
 

See also:     OnCloseConnection

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation