Свойство | Type | Description | |
---|---|---|---|
m_CHessianProxyFactory | |||
m_credentials | |||
m_uriHessianServiceUri |
Méthode | Description | |
---|---|---|
AbstractCHessianMethodCaller ( ) : System.IO.Compression | ||
AbstractCHessianMethodCaller ( |
||
AbstractCHessianMethodCaller ( |
||
GetArgTypes ( object arrArgs ) : System.Type[] |
Returns array with types of the instance from the argument array
|
Méthode | Description | |
---|---|---|
GetHessianInput ( Stream stream ) : |
Instantiation of the hessian input (not cached)
|
|
GetHessianOutput ( Stream stream ) : |
Instantiation of the hessian output (not cached)
|
|
GetRequestBytes ( object arrMethodArgs, |
Translates the method call to a request byte array.
|
|
OpenConnection ( |
Creates the URI connection.
|
|
PrepareWebRequest ( long contentLength ) : |
Prepares a WebRequest object for communication with the Hessian server.
|
|
ReadAndThrowHttpFault ( |
Reads a HTTP fault and throws a CHessianException.
|
public AbstractCHessianMethodCaller ( ) : System.IO.Compression | ||
Résultat | System.IO.Compression |
public AbstractCHessianMethodCaller ( |
||
hessianProxyFactory | ||
uri | ||
Résultat | System.IO.Compression |
public AbstractCHessianMethodCaller ( |
||
hessianProxyFactory | ||
uri | ||
username | string | |
password | string | |
Résultat | System.IO.Compression |
public static GetArgTypes ( object arrArgs ) : System.Type[] | ||
arrArgs | object | Any array |
Résultat | System.Type[] |
protected GetHessianInput ( Stream stream ) : |
||
stream | Stream | Stream for HessianInput-Instantiation |
Résultat |
protected GetHessianOutput ( Stream stream ) : |
||
stream | Stream | Strean for HessianOutput - Instantiation |
Résultat |
protected GetRequestBytes ( object arrMethodArgs, |
||
arrMethodArgs | object | |
methodInfo | ||
Résultat | byte[] |
protected OpenConnection ( |
||
uri | Uri for connection | |
Résultat |
protected PrepareWebRequest ( long contentLength ) : |
||
contentLength | long | |
Résultat |
protected ReadAndThrowHttpFault ( |
||
webResponse | ||
Résultat | void |
protected CHessianProxyFactory,hessiancsharp.client m_CHessianProxyFactory | ||
Résultat |
protected NetworkCredential,System.Net m_credentials | ||
Résultat |