C# 클래스 Platform.Communication.Protocol.Udp.UdpSender

Представляет отправителя сообщений по протоколу UDP.
상속: Platform.Helpers.Disposables.DisposableBase
파일 보기 프로젝트 열기: Konard/LinksPlatform 1 사용 예제들

공개 메소드들

메소드 설명
UdpSender ( IPAddress address, int port ) : System.Net
UdpSender ( IPEndPoint ipendpoint ) : System.Net
UdpSender ( int port ) : System.Net
UdpSender ( string hostname, int port ) : System.Net

보호된 메소드들

메소드 설명
DisposeCore ( bool manual ) : void

비공개 메소드들

메소드 설명
Send ( string message ) : int

메소드 상세

DisposeCore() 보호된 메소드

protected DisposeCore ( bool manual ) : void
manual bool
리턴 void

UdpSender() 공개 메소드

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

UdpSender() 공개 메소드

public UdpSender ( IPEndPoint ipendpoint ) : System.Net
ipendpoint System.Net.IPEndPoint
리턴 System.Net

UdpSender() 공개 메소드

public UdpSender ( int port ) : System.Net
port int
리턴 System.Net

UdpSender() 공개 메소드

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