Class Client
Inherited Members
Namespace: EasySave_Project.Server
Assembly: .dll
Syntax
public class Client
Constructors
| Edit this page View SourceClient(string)
Declaration
public Client(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Fields
| Edit this page View Sourceclient
Declaration
public TcpClient client
Field Value
Type | Description |
---|---|
TcpClient |
name
Declaration
public string name
Field Value
Type | Description |
---|---|
string |
Properties
| Edit this page View Sourcestream
Declaration
public NetworkStream stream { get; }
Property Value
Type | Description |
---|---|
NetworkStream |