Show / Hide Table of Contents

Class Client

Inheritance
object
Client
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 Client

Constructors

| Edit this page View Source

Client(string)

Declaration
public Client(string name)
Parameters
Type Name Description
string name

Fields

| Edit this page View Source

client

Declaration
public TcpClient client
Field Value
Type Description
TcpClient
| Edit this page View Source

name

Declaration
public string name
Field Value
Type Description
string

Properties

| Edit this page View Source

stream

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