private object MakeRemoteCall(params object[] methodCall) { Uri handlerUri = GetHandlerUri(HttpContext.Current.Request.Url, HandlerUrl); return(SimpleWebRemoting.MakeRemoteCall(handlerUri, methodCall)); }
internal void CleanUpIfStale(string postBackID) { SimpleWebRemoting.MakeRemoteCall(HandlerUri, Cookies, EncryptionKey, ValidationKey, EncryptionAlgorithm, ValidationAlgorithm, "CleanUpIfStale", postBackID); }