Gets the IP host address of the remote client.
Namespace:
EasyAlgo.EAUploadAssembly: 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..::.StringThe IP address of the remote client.
