Click or drag to resize

RpcProxyBase Constructor

Initializes a new instance of the RpcProxyBase class. This class is for internal Jumbo use only and should not be used from your code.

Namespace:  Ookii.Jumbo.Rpc
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
protected RpcProxyBase(
	string hostName,
	int port,
	string objectName,
	string interfaceName
)

Parameters

hostName
Type: SystemString
port
Type: SystemInt32
objectName
Type: SystemString
interfaceName
Type: SystemString
See Also