C# Класс Microsoft.ServiceModel.Samples.UdpChannelHelpers

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
ConvertTransferException ( SocketException socketException ) : System.ServiceModel.CommunicationException

The Channel layer normalizes exceptions thrown by the underlying networking implementations into subclasses of CommunicationException, so that Channels can be used polymorphically from an exception handling perspective.

IsInMulticastRange ( IPAddress address ) : bool
ValidateTimeout ( System.TimeSpan timeout ) : void