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 | LpcAll protocols are used.
Lpc = 4The RPC protocol uses local procedure call (LPC).
NamedPipes = 2The RPC protocol uses named pipes.
None = 0The RPC protocol is disabled.
TcpIp = 1The RPC protocol uses TCP.