Catalyst File Transfer .NET

FileTransfer.ServerName Property

Gets and sets a value which specifies the host name used to establish a connection.

[Visual Basic]
Public Property ServerName As String
[C#]
public string ServerName {get; set;}

Property Value

A string which specifies a server domain name.

Remarks

The ServerName property can be used to set the host name for a remote system that you wish to communicate with.

See Also

FileTransfer Class | SocketTools Namespace