 | 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.RpcAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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 -> RpcProxyBase
Parameters
- hostName String
- port Int32
- objectName String
- interfaceName String
See Also