C# Class Network.Rest.UdpRestServer

Inheritance: RestServer
Afficher le fichier Open project: automaters/bonjour.net

Méthodes publiques

Свойство Type Description
client System.Net.Sockets.UdpClient

Méthodes publiques

Méthode Description
UdpRestServer ( IPAddress hostAddress, ushort port ) : System
UdpRestServer ( ushort port ) : System

Méthodes protégées

Méthode Description
OnStart ( ) : void

Private Methods

Méthode Description
IsMulticast ( IPAddress hostAddress ) : bool
ReceiveRequest ( IAsyncResult result ) : void
Reply ( IPEndPoint ep, HttpResponse response ) : void
ReplyError ( IPEndPoint ep, Exception e, HttpStatusCode code ) : void

Method Details

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

UdpRestServer() public méthode

public UdpRestServer ( IPAddress hostAddress, ushort port ) : System
hostAddress System.Net.IPAddress
port ushort
Résultat System

UdpRestServer() public méthode

public UdpRestServer ( ushort port ) : System
port ushort
Résultat System

Property Details

client public_oe property

public UdpClient,System.Net.Sockets client
Résultat System.Net.Sockets.UdpClient