IConnection 接口

定义

public interface class IConnection
public interface IConnection
type IConnection = interface
Public Interface IConnection

属性

ConnectionBufferSize

方法

Abort()
CloseAsync(TimeSpan)
ReadAsync(Memory<Byte>, TimeSpan)
WriteAsync(ReadOnlyMemory<Byte>, Boolean, TimeSpan)

适用于