Table of Contents

Enum MicrosoftDnsServerRpcProtocols

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines the RPC protocols used by the DNS server.

[Flags]
public enum MicrosoftDnsServerRpcProtocols

Fields

AllProtocols = TcpIp | NamedPipes | Lpc

All protocols are used.

Lpc = 4

The RPC protocol uses local procedure call (LPC).

NamedPipes = 2

The RPC protocol uses named pipes.

None = 0

The RPC protocol is disabled.

TcpIp = 1

The RPC protocol uses TCP.