edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSHFTPClientGetServerIdentity Method

Passes the software identity of the client to the server and returns the software identity of the server

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public SoftwareIdentity GetServerIdentity(
	SoftwareIdentity clientIdentity
)

Parameters

clientIdentity  SoftwareIdentity
SoftwareIdentity of server of client

Return Value

SoftwareIdentity
SoftwareIdentity of server

See Also