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

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

공개 메소드들

메소드 설명
MulticastListener ( string multiAddress, int port ) : System.Net

Initializes a new instance of the MulticastListener class

StartListening ( ) : void

Start the listener of multicast message

StopListening ( ) : void

Stop the listener of multicast message

비공개 메소드들

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

Receive multicast message

메소드 상세

MulticastListener() 공개 메소드

Initializes a new instance of the MulticastListener class
public MulticastListener ( string multiAddress, int port ) : System.Net
multiAddress string Multicast address
port int The listening port
리턴 System.Net

StartListening() 공개 메소드

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

StopListening() 공개 메소드

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