Table of Contents

Interface IRMIClientSocketFactory

Namespace
Java.Rmi.Server
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/rmi/server/RMIClientSocketFactory.html

public interface IRMIClientSocketFactory

Methods

CreateSocket(String, int)

Socket CreateSocket(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Returns

Socket

Socket

Exceptions

IOException