Свойство | Тип | Описание | |
---|---|---|---|
transport | ITransport |
Свойство | Тип | Описание | |
---|---|---|---|
_seq | int | ||
infinity | System.DateTime | ||
packedExceptionsMap | Packers.AbstractPacker>.Dictionary | ||
proxies | WeakReference>.Dictionary | ||
replies | ReplySlot>.Dictionary |
Метод | Описание | |
---|---|---|
BeginCall ( int funcid, Packers packer ) : int | ||
CacheProxy ( long objref, object proxy ) : void | ||
CancelCall ( ) : void | ||
ClientUtils ( ITransport transport, Packers.AbstractPacker>.Dictionary |
||
Close ( ) : void | ||
Decref ( long id ) : void | ||
DiscardReply ( int seq ) : void | ||
EndCall ( ) : void | ||
GetProxy ( long objref ) : object | ||
GetReply ( int seq ) : Object | ||
GetReply ( int seq, int msecs ) : Object | ||
GetServiceInfo ( int code ) : |
||
IsReplyReady ( int seq ) : bool | ||
Ping ( string payload, int msecs ) : int | ||
ProcessIncoming ( int msecs ) : void |
Метод | Описание | |
---|---|---|
WaitReply ( int seq, int msecs ) : ReplySlot | ||
getSeq ( ) : int | ||
loadGenericException ( ) : |
||
loadPackedException ( ) : |
||
loadProtocolError ( ) : |
public BeginCall ( int funcid, Packers packer ) : int | ||
funcid | int | |
packer | Packers | |
Результат | int |
public CacheProxy ( long objref, object proxy ) : void | ||
objref | long | |
proxy | object | |
Результат | void |
public ClientUtils ( ITransport transport, Packers.AbstractPacker>.Dictionary |
||
transport | ITransport | |
packedExceptionsMap | Packers.AbstractPacker>.Dictionary | |
Результат | System |
public GetReply ( int seq, int msecs ) : Object | ||
seq | int | |
msecs | int | |
Результат | Object |
public GetServiceInfo ( int code ) : |
||
code | int | |
Результат |
public Ping ( string payload, int msecs ) : int | ||
payload | string | |
msecs | int | |
Результат | int |
public ProcessIncoming ( int msecs ) : void | ||
msecs | int | |
Результат | void |
protected WaitReply ( int seq, int msecs ) : ReplySlot | ||
seq | int | |
msecs | int | |
Результат | ReplySlot |
protected loadGenericException ( ) : |
||
Результат |
protected loadPackedException ( ) : |
||
Результат |
protected loadProtocolError ( ) : |
||
Результат |
protected Dictionary |
||
Результат | Packers.AbstractPacker>.Dictionary |