메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
CreateHessianStandardProxy ( string strUrl, |
Creates proxy object using .NET - Remote proxy framework
|
public CHessianProxyFactory ( string username, string password ) : System | ||
username | string | |
password | string | |
리턴 | System |
public CHessianProxyFactory ( string username, string password, |
||
username | string | |
password | string | |
webproxy | ||
리턴 | System |
public Create ( |
||
type | the interface the proxy class needs to implement | |
strUrl | string | the URL where the client object is located |
리턴 | Object |