Interface ISocket
Inherited Members
System.IDisposable.Dispose()
Namespace: Catalyst.Abstractions.IO.Transport
Assembly: Catalyst.Abstractions.dll
Syntax
public interface ISocket : IDisposable
Properties
| Improve this Doc View SourceChannel
Declaration
IChannel Channel { get; }
Property Value
| Type | Description |
|---|---|
| IChannel |
Methods
| Improve this Doc View SourceStartAsync()
Declaration
Task StartAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |