  | 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
Syntaxprotected RpcProxyBase(
	string hostName,
	int port,
	string objectName,
	string interfaceName
)
Protected Sub New ( 
	hostName As String,
	port As Integer,
	objectName As String,
	interfaceName As String
)
protected:
RpcProxyBase(
	String^ hostName, 
	int port, 
	String^ objectName, 
	String^ interfaceName
)
new : 
        hostName : string * 
        port : int * 
        objectName : string * 
        interfaceName : string -> RpcProxyBaseParameters
- hostName
 - Type: SystemString
 - port
 - Type: SystemInt32
 - objectName
 - Type: SystemString
 - interfaceName
 - Type: SystemString
 
See Also