C# Class Platform.Communication.Protocol.Udp.UdpSender

Представляет отправителя сообщений по протоколу UDP.
Inheritance: Platform.Helpers.Disposables.DisposableBase
Afficher le fichier Open project: Konard/LinksPlatform Class Usage Examples

Méthodes publiques

Méthode Description
UdpSender ( IPAddress address, int port ) : System.Net
UdpSender ( IPEndPoint ipendpoint ) : System.Net
UdpSender ( int port ) : System.Net
UdpSender ( string hostname, int port ) : System.Net

Méthodes protégées

Méthode Description
DisposeCore ( bool manual ) : void

Private Methods

Méthode Description
Send ( string message ) : int

Method Details

DisposeCore() protected méthode

protected DisposeCore ( bool manual ) : void
manual bool
Résultat void

UdpSender() public méthode

public UdpSender ( IPAddress address, int port ) : System.Net
address System.Net.IPAddress
port int
Résultat System.Net

UdpSender() public méthode

public UdpSender ( IPEndPoint ipendpoint ) : System.Net
ipendpoint System.Net.IPEndPoint
Résultat System.Net

UdpSender() public méthode

public UdpSender ( int port ) : System.Net
port int
Résultat System.Net

UdpSender() public méthode

public UdpSender ( string hostname, int port ) : System.Net
hostname string
port int
Résultat System.Net