Share via


IConnection Rozhraní

Definice

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

Vlastnosti

AsyncReadBuffer
AsyncReadBufferSize
ConnectionBufferSize

Metody

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)

Platí pro