Gets the IP host address of the remote client.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0

Syntax

C#
public string UserHostAdress { get; }
Visual Basic (Declaration)
Public ReadOnly Property UserHostAdress As String

Field Value

Type: System..::.String
The IP address of the remote client.

See Also