Show / Hide Table of Contents

Class User

Inheritance
object
User
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: EasySave_Project.Server
Assembly: .dll
Syntax
public class User

Properties

| Edit this page View Source

IPAddress

Declaration
public string IPAddress { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Port

Declaration
public int Port { get; set; }
Property Value
Type Description
int
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX