프로퍼티 | 타입 | 설명 | |
---|---|---|---|
last_use_time | System.DateTime |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddRef | void | ||
CachedXmlRpcClient | System | ||
DelRef | void |
메소드 | 설명 | |
---|---|---|
CachedXmlRpcClient ( string host, int port, string uri ) : System | ||
CheckIdentity ( string host, int port, string uri ) : bool | ||
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Execute ( string method, XmlRpcValue parameters, XmlRpcValue result ) : bool | ||
ExecuteCheckDone ( XmlRpcValue result ) : bool | ||
ExecuteNonBlock ( string method, XmlRpcValue parameters ) : bool |
메소드 | 설명 | |
---|---|---|
AddRef ( ) : void | ||
CachedXmlRpcClient ( |
||
DelRef ( ) : void |
public CachedXmlRpcClient ( string host, int port, string uri ) : System | ||
host | string | |
port | int | |
uri | string | |
리턴 | System |
public CheckIdentity ( string host, int port, string uri ) : bool | ||
host | string | |
port | int | |
uri | string | |
리턴 | bool |
public Execute ( string method, XmlRpcValue parameters, XmlRpcValue result ) : bool | ||
method | string | |
parameters | XmlRpcValue | |
result | XmlRpcValue | |
리턴 | bool |
public ExecuteCheckDone ( XmlRpcValue result ) : bool | ||
result | XmlRpcValue | |
리턴 | bool |
public ExecuteNonBlock ( string method, XmlRpcValue parameters ) : bool | ||
method | string | |
parameters | XmlRpcValue | |
리턴 | bool |