C# Class UdpTransportBinding.UdpChannelHelpers

Datei anzeigen Open project: zencoders/sambatyon 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