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

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

Public Methods

Method 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

Protected Methods

Method Description
DisposeCore ( bool manual ) : void

Private Methods

Method Description
Send ( string message ) : int

Method Details

DisposeCore() protected method

protected DisposeCore ( bool manual ) : void
manual bool
return void

UdpSender() public method

public UdpSender ( IPAddress address, int port ) : System.Net
address System.Net.IPAddress
port int
return System.Net

UdpSender() public method

public UdpSender ( IPEndPoint ipendpoint ) : System.Net
ipendpoint System.Net.IPEndPoint
return System.Net

UdpSender() public method

public UdpSender ( int port ) : System.Net
port int
return System.Net

UdpSender() public method

public UdpSender ( string hostname, int port ) : System.Net
hostname string
port int
return System.Net