Interface INetworkClient
Interface for an object representing the connection between a client and server.
Inherited Members
Namespace: SociallyDistant.Core.OS.Network
Assembly: SociallyDistant.Framework.dll
Syntax
public interface INetworkClient : IDisposable
Properties
ClientDevice
Gets an IComputer instance representing the client device.
Declaration
IComputer ClientDevice { get; }
Property Value
Type | Description |
---|---|
IComputer |
Handle
Gets an IConnectionHandle instance representing the unique handle for this connection.
Declaration
IConnectionHandle Handle { get; }
Property Value
Type | Description |
---|---|
IConnectionHandle |
ServerDevice
Gets an IComputer instance representing the server device.
Declaration
IComputer ServerDevice { get; }
Property Value
Type | Description |
---|---|
IComputer |