C# 클래스 Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.Transport.UnicastListener

This class is used for listening unicast message.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 메소드들

메소드 설명
StartListening ( ) : void

Start the listener of unicast

StopListening ( ) : void

Stop the listener of unicast

UnicastListener ( UdpClient listener ) : System.Net

Initializes a new instance of the UnicastListener class.

비공개 메소드들

메소드 설명
ReceiveLoop ( object obj ) : void

Receive unicast message.

메소드 상세

StartListening() 공개 메소드

Start the listener of unicast
public StartListening ( ) : void
리턴 void

StopListening() 공개 메소드

Stop the listener of unicast
public StopListening ( ) : void
리턴 void

UnicastListener() 공개 메소드

Initializes a new instance of the UnicastListener class.
public UnicastListener ( UdpClient listener ) : System.Net
listener System.Net.Sockets.UdpClient The listener of unicast
리턴 System.Net