Свойство | Type | Description | |
---|---|---|---|
NamespaceAuth | System.Xml.Linq.XNamespace | ||
NamespaceBind | System.Xml.Linq.XNamespace | ||
NamespaceClient | System.Xml.Linq.XNamespace | ||
NamespacePush | System.Xml.Linq.XNamespace | ||
NamespaceSASL | System.Xml.Linq.XNamespace | ||
NamespaceSession | System.Xml.Linq.XNamespace | ||
NamespaceStartTLS | System.Xml.Linq.XNamespace | ||
NamespaceStream | System.Xml.Linq.XNamespace |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
Start ( XMPP>.Action |
||
Stop ( bool _throw ) : void | ||
Subscribe ( string channel, XMPP>.Action |
||
XMPP ( string jid, string authCookie, string resourceName, string authMechanism = "PLAIN", string proxyHost = null, int proxyPort, string host = null, int port ) : System |
Méthode | Description | |
---|---|---|
BeginBind ( ) : void | ||
BeginSession ( ) : void | ||
Connect ( string Host, int Port, string ProxyHost = null, int ProxyPort ) : Stream | ||
Dispose ( bool disposing ) : void | ||
EnqueueInfoQuery ( string type, string from, string to, CancellationToken>.Action |
||
EnqueueInfoQuery ( string type, string from, string to, CancellationToken>.Action |
||
EnqueueInfoQueryResponse ( System.Xml.Linq.XElement iq ) : void | ||
EnqueueMessage ( System.Xml.Linq.XElement msg ) : void | ||
EnqueueSubscription ( CancellationToken>.Action |
||
EnqueueSubscription ( CancellationToken>.Action |
||
ProcessInfoQuery ( XmlStream xml, InfoQuery iq ) : void | ||
ProcessQueuedMessages ( XmlStream xml, |
||
ProcessQueuedQueries ( XmlStream xml, |
||
ProcessQueuedResponses ( XmlStream xml, |
||
StartPlaintextStream ( |
||
StartTLSStream ( XmlStream xml, |
||
StartXMPPStream ( XmlStream xml, |
||
StartXMPPThread ( XMPP>.Action |
||
StartXMPPWithThreadEndedCallback ( |
||
Wait ( bool _throw ) : void | ||
XMPPReader ( XmlStream xml, |
protected static Connect ( string Host, int Port, string ProxyHost = null, int ProxyPort ) : Stream | ||
Host | string | |
Port | int | |
ProxyHost | string | |
ProxyPort | int | |
Résultat | Stream |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected EnqueueInfoQuery ( string type, string from, string to, CancellationToken>.Action |
||
type | string | |
from | string | |
to | string | |
callback | CancellationToken>.Action | |
Résultat | void |
protected EnqueueInfoQuery ( string type, string from, string to, CancellationToken>.Action |
||
type | string | |
from | string | |
to | string | |
callback | CancellationToken>.Action | |
content | IEnumerable |
|
Résultat | void |
protected EnqueueInfoQueryResponse ( System.Xml.Linq.XElement iq ) : void | ||
iq | System.Xml.Linq.XElement | |
Résultat | void |
protected EnqueueMessage ( System.Xml.Linq.XElement msg ) : void | ||
msg | System.Xml.Linq.XElement | |
Résultat | void |
protected EnqueueSubscription ( CancellationToken>.Action |
||
callback | CancellationToken>.Action | |
Résultat | void |
protected EnqueueSubscription ( CancellationToken>.Action |
||
callback | CancellationToken>.Action | |
content | IEnumerable |
|
Résultat | void |
protected ProcessInfoQuery ( XmlStream xml, InfoQuery iq ) : void | ||
xml | XmlStream | |
iq | InfoQuery | |
Résultat | void |
protected ProcessQueuedMessages ( XmlStream xml, |
||
xml | XmlStream | |
canceltoken | ||
Résultat | void |
protected ProcessQueuedQueries ( XmlStream xml, |
||
xml | XmlStream | |
canceltoken | ||
Résultat | void |
protected ProcessQueuedResponses ( XmlStream xml, |
||
xml | XmlStream | |
canceltoken | ||
Résultat | void |
public Start ( XMPP>.Action |
||
callback | XMPP>.Action | |
Résultat | void |
protected StartPlaintextStream ( |
||
canceltoken | ||
Résultat | void |
protected StartTLSStream ( XmlStream xml, |
||
xml | XmlStream | |
canceltoken | ||
Résultat | void |
protected StartXMPPStream ( XmlStream xml, |
||
xml | XmlStream | |
canceltoken | ||
Résultat | void |
protected StartXMPPThread ( XMPP>.Action |
||
callback | XMPP>.Action | |
Résultat | Thread |
protected StartXMPPWithThreadEndedCallback ( |
||
canceltoken | ||
callback | XMPP>.Action | |
Résultat | void |
public Subscribe ( string channel, XMPP>.Action |
||
channel | string | |
callback | XMPP>.Action | |
Résultat | void |
public XMPP ( string jid, string authCookie, string resourceName, string authMechanism = "PLAIN", string proxyHost = null, int proxyPort, string host = null, int port ) : System | ||
jid | string | |
authCookie | string | |
resourceName | string | |
authMechanism | string | |
proxyHost | string | |
proxyPort | int | |
host | string | |
port | int | |
Résultat | System |
protected XMPPReader ( XmlStream xml, |
||
xml | XmlStream | |
canceltoken | ||
Résultat | void |
protected static XNamespace,System.Xml.Linq NamespaceAuth | ||
Résultat | System.Xml.Linq.XNamespace |
protected static XNamespace,System.Xml.Linq NamespaceBind | ||
Résultat | System.Xml.Linq.XNamespace |
protected static XNamespace,System.Xml.Linq NamespaceClient | ||
Résultat | System.Xml.Linq.XNamespace |
protected static XNamespace,System.Xml.Linq NamespacePush | ||
Résultat | System.Xml.Linq.XNamespace |
protected static XNamespace,System.Xml.Linq NamespaceSASL | ||
Résultat | System.Xml.Linq.XNamespace |
protected static XNamespace,System.Xml.Linq NamespaceSession | ||
Résultat | System.Xml.Linq.XNamespace |
protected static XNamespace,System.Xml.Linq NamespaceStartTLS | ||
Résultat | System.Xml.Linq.XNamespace |