示例#1
0
 public SOAPServer()
 {
     port     = 8080;
     host     = "127.0.0.1";
     listener = new PermissionManagerListenerImpl(this);
     exposed  = new Dictionary <string, ServiceHost>();
 }// END Constructor
示例#2
0
 public DotNetRemotingServer()
 {
     ensureSecurity = false;
     port           = 1069;
     listener       = new PermissionManagerListenerImpl(this);
     exposed        = new Dictionary <string, MarshalByRefObject>();
 }// END Constructor