GRPC C++  1.62.0
Data Fields
grpc_event_engine::experimental::EventEngine::DNSResolver::SRVRecord Struct Reference

DNS SRV record type. More...

#include <event_engine.h>

Data Fields

std::string host
 
int port = 0
 
int priority = 0
 
int weight = 0
 

Detailed Description

DNS SRV record type.

Field Documentation

◆ host

std::string grpc_event_engine::experimental::EventEngine::DNSResolver::SRVRecord::host

◆ port

int grpc_event_engine::experimental::EventEngine::DNSResolver::SRVRecord::port = 0

◆ priority

int grpc_event_engine::experimental::EventEngine::DNSResolver::SRVRecord::priority = 0

◆ weight

int grpc_event_engine::experimental::EventEngine::DNSResolver::SRVRecord::weight = 0

The documentation for this struct was generated from the following file: