Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SFTP
- Methods
- Properties
- Authentication
- Blocking
- BufferSize
- Compression
- Encryption
- EncryptionList
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- LastError
- ListItem
- LocalPath
- Login
- MaxTransferRate
- Password
- Port
- PrivateKey
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- RemotePath
- Resume
- State
- Timeout
- TransferMode
- TransferRate
- TransferTime
- Version
- Events
- How to get support?
StateText method
Returns string expression that represents some state.
Type
String.Syntax
- C#
- VB.NET
public String StateText();
public String StateText(States State);
The StateText(State) syntax has these parts:
public String StateText(States State);
The StateText(State) syntax has these parts:
State | States enumeration value. |
public Function StateText() As String
public Function StateText(ByVal State As States) As String
The StateText(State) syntax has these parts:
public Function StateText(ByVal State As States) As String
The StateText(State) syntax has these parts:
State | States enumeration value. |