dotConnect for PostgreSQL Documentation
Devart.Common Namespace / SshHostKeyConfirmationEventArgs Class / Host Property

In This Topic
    Host Property (SshHostKeyConfirmationEventArgs)
    In This Topic
    Gets the name of the host, we are connecting with.
    Syntax
    'Declaration
     
    Public ReadOnly Property Host As String
    public string Host {get;}

    Property Value

    The name of the host, we are connecting with.
    See Also