1 instantiation of UdpBinding
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
221
UdpBinding udpBinding = new
UdpBinding
(transport, encoding);
2 references to UdpBinding
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportImporter.cs (1)
88
if (
UdpBinding
.TryCreate(bindingElements, out udpBinding))
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
221
UdpBinding
udpBinding = new UdpBinding(transport, encoding);