Show / Hide Table of Contents

Class ServerElementEndpoint

Represents a specific server managed by an instance of the PowerDNS API.

Inheritance
Object
ServerElementEndpoint
Implements
IServerElementEndpoint
IEndpoint
Namespace: PowerDns.Client
Assembly: PowerDns.Client.dll
Syntax
public class ServerElementEndpoint : EndpointBase, IServerElementEndpoint

Constructors

ServerElementEndpoint(IEndpoint, Uri)

Declaration
public ServerElementEndpoint(IEndpoint referrer, Uri relativeUri)
Parameters
Type Name Description
IEndpoint referrer
Uri relativeUri

Properties

Zones

Declaration
public ICollectionEndpoint<Zone> Zones { get; }
Property Value
Type Description
ICollectionEndpoint<Zone>

Implements

IServerElementEndpoint
IEndpoint
In This Article
Back to top Copyright Bastian Eicher