C# 클래스 NMaier.SimpleDlna.Server.Ssdp.SsdpHandler

상속: Logging, IDisposable
파일 보기 프로젝트 열기: nmaier/simpleDLNA 1 사용 예제들

Private Properties

프로퍼티 타입 설명
NotifyAll void
NotifyDevice void
ProcessQueue void
Receive void
ReceiveCallback void
RegisterNotification void
RespondToSearch void
SendDatagram void
SendSearchResponse void
Tick void
UnregisterNotification void

공개 메소드들

메소드 설명
Dispose ( ) : void
SsdpHandler ( ) : System

비공개 메소드들

메소드 설명
NotifyAll ( ) : void
NotifyDevice ( UpnpDevice dev, string type, bool sticky ) : void
ProcessQueue ( object sender, System.Timers.ElapsedEventArgs e ) : void
Receive ( ) : void
ReceiveCallback ( IAsyncResult result ) : void
RegisterNotification ( System.Guid uuid, Uri descriptor, IPAddress address ) : void
RespondToSearch ( IPEndPoint endpoint, string req ) : void
SendDatagram ( IPEndPoint endpoint, IPAddress address, string message, bool sticky ) : void
SendSearchResponse ( IPEndPoint endpoint, UpnpDevice dev ) : void
Tick ( object sender, System.Timers.ElapsedEventArgs e ) : void
UnregisterNotification ( System.Guid uuid ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SsdpHandler() 공개 메소드

public SsdpHandler ( ) : System
리턴 System