C# Class SIPSorcery.XMPP.XMPPAuthenticatedStream

Inheritance: XMPPStream
Mostrar archivo Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
IsBound System.Action

Public Methods

Method Description
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

Private Methods

Method Description
IQBinding ( System.Xml.Linq.XElement element ) : void
Receive ( System.Xml.Linq.XElement element ) : void

Method Details

RegisterSession() public method

public RegisterSession ( string session, Action handler ) : void
session string
handler Action
return void

WriteElement() public method

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

WriteNonIQElement() public method

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

XMPPAuthenticatedStream() public method

public XMPPAuthenticatedStream ( Stream stream ) : System
stream Stream
return System

Property Details

IsBound public_oe property

public Action,System IsBound
return System.Action