C# 클래스 SIPSorcery.Net.STUNListener

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

공개 프로퍼티들

프로퍼티 타입 설명
logger log4net.ILog

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( bool disposing ) : void
STUNListener ( IPEndPoint endPoint ) : NUnit.Framework
Send ( IPEndPoint destinationEndPoint, byte buffer ) : void

비공개 메소드들

메소드 설명
InitialiseSockets ( IPAddress localIPAddress, int localPort ) : IPEndPoint
Listen ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void

STUNListener() 공개 메소드

public STUNListener ( IPEndPoint endPoint ) : NUnit.Framework
endPoint System.Net.IPEndPoint
리턴 NUnit.Framework

Send() 공개 메소드

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

프로퍼티 상세

logger 공개적으로 프로퍼티

public ILog,log4net logger
리턴 log4net.ILog