Skip to main content

Class: DNSSource

Defined in: WAProto/index.d.ts:2754

Implements

Constructors

new DNSSource()

new DNSSource(p?): DNSSource

Defined in: WAProto/index.d.ts:2755

Parameters

p?

IDNSSource

Returns

DNSSource

Properties

appCached?

optional appCached: null | boolean

Defined in: WAProto/index.d.ts:2757

Implementation of

IDNSSource.appCached


dnsMethod?

optional dnsMethod: null | DNSResolutionMethod

Defined in: WAProto/index.d.ts:2756

Implementation of

IDNSSource.dnsMethod

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:2763

Returns

object


create()

static create(properties?): DNSSource

Defined in: WAProto/index.d.ts:2758

Parameters

properties?

IDNSSource

Returns

DNSSource


decode()

static decode(r, l?): DNSSource

Defined in: WAProto/index.d.ts:2760

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

DNSSource


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:2759

Parameters

m

IDNSSource

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): DNSSource

Defined in: WAProto/index.d.ts:2761

Parameters

d

Returns

DNSSource


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:2764

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:2762

Parameters

m

DNSSource

o?

IConversionOptions

Returns

object