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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
protected RpcProxyBase(
	string hostName,
	int port,
	string objectName,
	string interfaceName
)

Parameters

hostName  String
port  Int32
objectName  String
interfaceName  String
See Also