C# 클래스 Network.Rest.UdpRestServer

상속: RestServer
파일 보기 프로젝트 열기: automaters/bonjour.net

공개 프로퍼티들

프로퍼티 타입 설명
client System.Net.Sockets.UdpClient

공개 메소드들

메소드 설명
UdpRestServer ( IPAddress hostAddress, ushort port ) : System
UdpRestServer ( ushort port ) : System

보호된 메소드들

메소드 설명
OnStart ( ) : void

비공개 메소드들

메소드 설명
IsMulticast ( IPAddress hostAddress ) : bool
ReceiveRequest ( IAsyncResult result ) : void
Reply ( IPEndPoint ep, HttpResponse response ) : void
ReplyError ( IPEndPoint ep, Exception e, HttpStatusCode code ) : void

메소드 상세

OnStart() 보호된 메소드

protected OnStart ( ) : void
리턴 void

UdpRestServer() 공개 메소드

public UdpRestServer ( IPAddress hostAddress, ushort port ) : System
hostAddress System.Net.IPAddress
port ushort
리턴 System

UdpRestServer() 공개 메소드

public UdpRestServer ( ushort port ) : System
port ushort
리턴 System

프로퍼티 상세

client 공개적으로 프로퍼티

public UdpClient,System.Net.Sockets client
리턴 System.Net.Sockets.UdpClient