C# 클래스 Chatter.ChatterSession

상속: MultiSession
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
ChatterSession ( IPEndPoint endPoint, string uniqueSessionName, string friendlyName, bool rtpTraffic, bool receiveData, IPEndPoint reflector ) : System

보호된 메소드들

메소드 설명
ParticipantAdded ( object sender, RtpEvents ea ) : void
ParticipantRemoved ( object sender, RtpEvents ea ) : void

메소드 상세

ChatterSession() 공개 메소드

public ChatterSession ( IPEndPoint endPoint, string uniqueSessionName, string friendlyName, bool rtpTraffic, bool receiveData, IPEndPoint reflector ) : System
endPoint System.Net.IPEndPoint
uniqueSessionName string
friendlyName string
rtpTraffic bool
receiveData bool
reflector System.Net.IPEndPoint
리턴 System

ParticipantAdded() 보호된 메소드

protected ParticipantAdded ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
리턴 void

ParticipantRemoved() 보호된 메소드

protected ParticipantRemoved ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
리턴 void