1 write to ProtocolTypeUdp
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
77ProtocolTypeUdp = Enum.Parse(protocolTypeEnum, "Udp"),
1 reference to ProtocolTypeUdp
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
104stream ? reflection.ProtocolTypeTcp : reflection.ProtocolTypeUdp,