C# 클래스 Tunez.UdpBroadcast

파일 보기 프로젝트 열기: alanmcgovern/tunez 1 사용 예제들

공개 메소드들

메소드 설명
BeginAnnouncingAsync ( int port, CancellationToken token ) : Task

Sending an announcement every 3 seconds until the token is cancelled.

BeginListeningAsync ( CancellationToken token ) : Task
UdpBroadcast ( ) : System

메소드 상세

BeginAnnouncingAsync() 공개 메소드

Sending an announcement every 3 seconds until the token is cancelled.
public BeginAnnouncingAsync ( int port, CancellationToken token ) : Task
port int
token System.Threading.CancellationToken Token.
리턴 Task

BeginListeningAsync() 공개 메소드

public BeginListeningAsync ( CancellationToken token ) : Task
token System.Threading.CancellationToken
리턴 Task

UdpBroadcast() 공개 메소드

public UdpBroadcast ( ) : System
리턴 System