C# 클래스 Microsoft.ServiceModel.Samples.UdpChannelHelpers

파일 보기 프로젝트 열기: ChristianWeyer/Thinktecture.ServiceModel 1 사용 예제들

비공개 메소드들

메소드 설명
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