Share via


IPooledBuffer Interface

Definition

Defines the interface that represents the IPooledBuffer class.

public interface IPooledBuffer
type IPooledBuffer = interface
Public Interface IPooledBuffer

Properties

ContentLength

Gets or sets the length of the buffer used.

Value

Gets the Value of the buffer.

Methods

Release()

Release the buffer to the Pool.

Applies to