Share via


IConnection 인터페이스

정의

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

속성

AsyncReadBuffer
AsyncReadBufferSize
ConnectionBufferSize

메서드

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)

적용 대상