C# Class Microsoft.ServiceModel.Samples.UdpChannelHelpers

Exibir arquivo Open project: ChristianWeyer/Thinktecture.ServiceModel Class Usage Examples

Private Methods

Method Description
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