Show / Hide Table of Contents

Interface IDnsResource

Represents a type of DNS resource.

Inherited Members
IDnsByteArrayWriter.WriteBytes(Memory<Byte>, Int32)
Namespace: Ae.Dns.Protocol.Records
Assembly: Ae.Dns.Protocol.dll
Syntax
public interface IDnsResource : IDnsByteArrayWriter

Methods

| Improve this Doc View Source

ReadBytes(ReadOnlyMemory<Byte>, ref Int32, Int32)

Read from the specified byte array, starting at the specified offset.

Declaration
void ReadBytes(ReadOnlyMemory<byte> bytes, ref int offset, int length)
Parameters
Type Name Description
ReadOnlyMemory<Byte> bytes

The byte array to read from.

Int32 offset

The offset to start at.

Int32 length

The maximum number of bytes to read.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX