Class DebugConnectorTCPServer
Inheritance
System.Object
DebugConnectorTCPServer
Inherited Members
Namespace: Cosmos.Debug.DebugConnectors
Assembly: Cosmos.Debug.DebugConnectors.dll
Syntax
public class DebugConnectorTCPServer : DebugConnectorStreamWithTimeouts
Constructors
| Improve this Doc View SourceDebugConnectorTCPServer()
Declaration
public DebugConnectorTCPServer()
Methods
| Improve this Doc View SourceDoAcceptTcpClientCallback(Task<TcpClient>)
Declaration
public void DoAcceptTcpClientCallback(Task<TcpClient> aTask)
Parameters
Type | Name | Description |
---|---|---|
Task<TcpClient> | aTask |
GetIsConnectedToDebugStub()
Declaration
protected override bool GetIsConnectedToDebugStub()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceInitializeBackground()
Declaration
protected override void InitializeBackground()