Back to product page
- Introduction
- License Agreement
- Objects
- Enumerations
- wodTunnel
- Methods
- Properties
- AllocatePty
- Authentication
- Channels
- ClientName
- Compression
- Encryption
- EncryptionList
- FIPS
- HMacList
- Hostname
- KeyExchangeList
- KeySignatureList
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- State
- StateText
- Threads
- Timeout
- UseIPv6
- Version
- Events
- wodTunnelNotify
- Channel
- Channels
- User
- Users
- How to get support?
- Technical information
- Fast notifications interface
- Using threads
- Error list
ClientName property
Determines client name that will be used with the server during initial exchange.
Type
A String value.Syntax
- Basic
object.ClientName [= value]
The ClientName(object,value) syntax has these parts:
The ClientName(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodTunnel. |
value | A String value. |
Remarks
Prior to issuing Connect method, using ClientName property you can set custom client name that will be used with remote server. It may show in server logs as type of the client during initial negotiation.NOTE: you cannot change this property in DEMO version.