Class PooledBytes
Assembly: DnsClient.dll
Syntax
public class PooledBytes : IDisposable
Constructors
|
Improve this Doc
View Source
PooledBytes(Int32)
Declaration
public PooledBytes(int length)
Parameters
Type |
Name |
Description |
Int32 |
length |
|
Properties
|
Improve this Doc
View Source
Buffer
Declaration
public byte[] Buffer { get; }
Property Value
|
Improve this Doc
View Source
BufferSegment
Declaration
public ArraySegment<byte> BufferSegment { get; }
Property Value
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
Boolean |
disposing |
|
|
Improve this Doc
View Source
Extend(Int32)
Declaration
public void Extend(int length)
Parameters
Type |
Name |
Description |
Int32 |
length |
|
Implements