Yaaf.Xmpp.Runtime


IConnectionManager

Defined in Yaaf.Xmpp.Runtime.dll.

Instance members

Instance memberDescription
add_Errors(arg1)
Signature: EventHandler<exn> -> unit
Modifiers: abstract
Errors
Signature: IEvent<EventHandler<exn>,exn>
Modifiers: abstract
RegisterIncommingConnection(arg1)
Signature: IXmppClient -> unit
Modifiers: abstract
incomming connection of given type
RegisterOutgoingConnection(arg1)
Signature: IXmppClient -> unit
Modifiers: abstract
outgoing s2s connection
remove_Errors(arg1)
Signature: EventHandler<exn> -> unit
Modifiers: abstract
Shutdown(arg1)
Signature: bool -> Async<unit>
Modifiers: abstract
Fork me on GitHub