Example #1
0
 internal void Set(webCall.call webCall, socketBase socket, domainServer domainServer, long socketIdentity, requestHeader request, call call)
 {
     this.webCall        = webCall;
     this.socket         = socket;
     this.domainServer   = domainServer;
     this.SocketIdentity = socketIdentity;
     this.request        = request;
     this.call           = call;
 }
Example #2
0
 private void push()
 {
     webCall      = null;
     socket       = null;
     domainServer = null;
     request      = null;
     form         = null;
     call         = null;
     typePool <loader> .PushNotNull(this);
 }