Class User
Inherited Members
Namespace: EasySave_Project.Server
Assembly: .dll
Syntax
public class User
Properties
| Edit this page View SourceIPAddress
Declaration
public string IPAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Port
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
int |