Catalyst File Transfer .NET

FileTransfer.LocalAddress Property

Gets and sets the local Internet address that the client will be bound to.

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

Property Value

A string which specifies an Internet address in dotted notation.

Remarks

The LocalAddress property is used to specify the local Internet address that the client will be bound to when a connection is established with a remote host. By default this property is not assigned a value, which specifies that the client should be bound to any appropriate network interface on the local system.

See Also

FileTransfer Class | SocketTools Namespace