C# 클래스 SIPSorcery.Sys.UDPListener

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PacketReceived Action

공개 메소드들

메소드 설명
Close ( ) : void
Send ( IPEndPoint destinationEndPoint, byte buffer ) : void
Send ( IPEndPoint destinationEndPoint, byte buffer, int length ) : void
Send ( IPEndPoint destinationEndPoint, string message ) : void
UDPListener ( IPEndPoint endPoint ) : System

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Initialise ( ) : void
Listen ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Send() 공개 메소드

public Send ( IPEndPoint destinationEndPoint, byte buffer ) : void
destinationEndPoint System.Net.IPEndPoint
buffer byte
리턴 void

Send() 공개 메소드

public Send ( IPEndPoint destinationEndPoint, byte buffer, int length ) : void
destinationEndPoint System.Net.IPEndPoint
buffer byte
length int
리턴 void

Send() 공개 메소드

public Send ( IPEndPoint destinationEndPoint, string message ) : void
destinationEndPoint System.Net.IPEndPoint
message string
리턴 void

UDPListener() 공개 메소드

public UDPListener ( IPEndPoint endPoint ) : System
endPoint System.Net.IPEndPoint
리턴 System

프로퍼티 상세

PacketReceived 공개적으로 프로퍼티

public Action PacketReceived
리턴 Action