Метод | Описание | |
---|---|---|
BinTreeNodeWriter ( string dict ) : System | ||
StartStream ( string domain, string resource ) : byte[] | ||
Write ( ProtocolTreeNode, node, bool encrypt = true ) : byte[] |
Метод | Описание | |
---|---|---|
flushBuffer ( bool encrypt = true ) : byte[] | ||
writeAttributes ( IEnumerable |
||
writeBytes ( byte bytes ) : void | ||
writeBytes ( string bytes ) : void | ||
writeInt16 ( int v ) : void | ||
writeInt24 ( int v ) : void | ||
writeInt8 ( int v ) : void | ||
writeInternal ( ProtocolTreeNode, node ) : void | ||
writeJid ( string user, string server ) : void | ||
writeListStart ( int len ) : void | ||
writeString ( string tag ) : void | ||
writeToken ( int token ) : void |
Метод | Описание | |
---|---|---|
GetInt16 ( int len ) : byte[] | ||
GetInt24 ( int len ) : byte[] |
public BinTreeNodeWriter ( string dict ) : System | ||
dict | string | |
Результат | System |
public StartStream ( string domain, string resource ) : byte[] | ||
domain | string | |
resource | string | |
Результат | byte[] |
public Write ( ProtocolTreeNode, node, bool encrypt = true ) : byte[] | ||
node | ProtocolTreeNode, | |
encrypt | bool | |
Результат | byte[] |
protected flushBuffer ( bool encrypt = true ) : byte[] | ||
encrypt | bool | |
Результат | byte[] |
protected writeAttributes ( IEnumerable |
||
attributes | IEnumerable |
|
Результат | void |
protected writeBytes ( string bytes ) : void | ||
bytes | string | |
Результат | void |
protected writeInternal ( ProtocolTreeNode, node ) : void | ||
node | ProtocolTreeNode, | |
Результат | void |
protected writeJid ( string user, string server ) : void | ||
user | string | |
server | string | |
Результат | void |
protected writeListStart ( int len ) : void | ||
len | int | |
Результат | void |
protected writeString ( string tag ) : void | ||
tag | string | |
Результат | void |