IConnection Interface

Definition

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

Properties

AsyncReadBuffer
AsyncReadBufferSize
ConnectionBufferSize

Methods

Abort()
BeginRead(Int32, Int32, TimeSpan, Action<Object>, Object)
BeginWrite(Byte[], Int32, Int32, Boolean, TimeSpan, Action<Object>, Object)
Close(TimeSpan, Boolean)
CloseAsync(TimeSpan)
EndRead()
EndWrite()
GetCoreTransport()
Read(Byte[], Int32, Int32, TimeSpan)
ReadAsync(Memory<Byte>, TimeSpan)
Write(Byte[], Int32, Int32, Boolean, TimeSpan)
Write(Byte[], Int32, Int32, Boolean, TimeSpan, BufferManager)
WriteAsync(ReadOnlyMemory<Byte>, Boolean, TimeSpan)

Applies to