C# 클래스 SIPSorcery.XMPP.XMPPAuthenticatedStream

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

공개 프로퍼티들

프로퍼티 타입 설명
IsBound System.Action

공개 메소드들

메소드 설명
RegisterSession ( string session, Action handler ) : void
WriteElement ( System.Xml.Linq.XElement element, XElement>.Action handler ) : void
WriteNonIQElement ( System.Xml.Linq.XElement element ) : void
XMPPAuthenticatedStream ( Stream stream ) : System

비공개 메소드들

메소드 설명
IQBinding ( System.Xml.Linq.XElement element ) : void
Receive ( System.Xml.Linq.XElement element ) : void

메소드 상세

RegisterSession() 공개 메소드

public RegisterSession ( string session, Action handler ) : void
session string
handler Action
리턴 void

WriteElement() 공개 메소드

public WriteElement ( System.Xml.Linq.XElement element, XElement>.Action handler ) : void
element System.Xml.Linq.XElement
handler XElement>.Action
리턴 void

WriteNonIQElement() 공개 메소드

public WriteNonIQElement ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
리턴 void

XMPPAuthenticatedStream() 공개 메소드

public XMPPAuthenticatedStream ( Stream stream ) : System
stream Stream
리턴 System

프로퍼티 상세

IsBound 공개적으로 프로퍼티

public Action,System IsBound
리턴 System.Action