프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_proxy |
메소드 | 설명 | |
---|---|---|
CHessianMethodCaller ( |
||
CHessianMethodCaller ( |
||
CHessianMethodCaller ( |
||
DoHessianMethodCall ( object arrMethodArgs, |
This method wrapps an instance call to the hessian requests, sends it to the hessian service and translates the reply of this call to the C# - data type
|
메소드 | 설명 | |
---|---|---|
AddCustomHeadersToRequest ( |
||
OpenConnection ( |
Creates the URI connection.
|
|
PrepareWebRequest ( long contentLength ) : |
Prepares a WebRequest object for communication with the Hessian server.
|
|
ReadReply ( |
Reads and decodes the reply.
|
|
SendRequest ( byte request, Stream &sOutStream ) : |
Sends the web request.
|
protected AddCustomHeadersToRequest ( |
||
request | ||
session | System.Web.SessionState.HttpSessionState | |
리턴 | void |
public CHessianMethodCaller ( |
||
hessianProxyFactory | ||
uri | ||
리턴 | System.IO.Compression |
public CHessianMethodCaller ( |
||
hessianProxyFactory | ||
uri | ||
username | string | |
password | string | |
리턴 | System.IO.Compression |
public CHessianMethodCaller ( |
||
hessianProxyFactory | ||
uri | ||
username | string | |
password | string | |
proxy | ||
리턴 | System.IO.Compression |
public DoHessianMethodCall ( object arrMethodArgs, |
||
arrMethodArgs | object | The arguments to the method call |
methodInfo | The method to call | |
리턴 | object |
protected OpenConnection ( |
||
uri | Uri for connection | |
리턴 |
protected PrepareWebRequest ( long contentLength ) : |
||
contentLength | long | |
리턴 |
protected ReadReply ( |
||
webRequest | ||
methodInfo | ||
sInStream | Stream | |
totalBytesRead | int | |
리턴 | object |
protected SendRequest ( byte request, Stream &sOutStream ) : |
||
request | byte | |
sOutStream | Stream | |
리턴 |