Method | Description | |
---|---|---|
CHessianProxyFactory ( ) : System | ||
CHessianProxyFactory ( string username, string password ) : System | ||
CHessianProxyFactory ( string username, string password, |
||
Create ( |
Creates a new proxy with the specified URL. The returned object is a proxy with the interface specified by api.
|
Method | Description | |
---|---|---|
CreateHessianStandardProxy ( string strUrl, |
Creates proxy object using .NET - Remote proxy framework
|
public CHessianProxyFactory ( string username, string password ) : System | ||
username | string | |
password | string | |
return | System |
public CHessianProxyFactory ( string username, string password, |
||
username | string | |
password | string | |
webproxy | ||
return | System |
public Create ( |
||
type | the interface the proxy class needs to implement | |
strUrl | string | the URL where the client object is located |
return | Object |