Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Hosting / ApplicationHost.cs / 1305376 / ApplicationHost.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Hosting { using System; using System.IO; using System.Collections; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Remoting; using System.Web; using System.Web.Configuration; using System.Web.Util; using System.Security.Permissions; ////// public sealed class ApplicationHost { private ApplicationHost() { } /* * Creates new app domain for hosting of ASP.NET apps with a * user defined 'host' object in it. The host is needed to make * cross-domain calls to process requests in the host's app domain */ ///[To be supplied.] ////// [SecurityPermission(SecurityAction.Demand, Unrestricted=true)] public static Object CreateApplicationHost(Type hostType, String virtualDir, String physicalDir) { #if !FEATURE_PAL // FEATURE_PAL does not require PlatformID.Win32NT if (Environment.OSVersion.Platform != PlatformID.Win32NT) throw new PlatformNotSupportedException(SR.GetString(SR.RequiresNT)); #else // !FEATURE_PAL // FEATURE_PAL #endif // !FEATURE_PAL if (!StringUtil.StringEndsWith(physicalDir, Path.DirectorySeparatorChar)) physicalDir = physicalDir + Path.DirectorySeparatorChar; ApplicationManager appManager = ApplicationManager.GetApplicationManager(); String appId = (String.Concat(virtualDir, physicalDir).GetHashCode()).ToString("x"); ObjectHandle h = appManager.CreateInstanceInNewWorkerAppDomain( hostType, appId, VirtualPath.CreateNonRelative(virtualDir), physicalDir); return h.Unwrap(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Hosting { using System; using System.IO; using System.Collections; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Remoting; using System.Web; using System.Web.Configuration; using System.Web.Util; using System.Security.Permissions; ////// public sealed class ApplicationHost { private ApplicationHost() { } /* * Creates new app domain for hosting of ASP.NET apps with a * user defined 'host' object in it. The host is needed to make * cross-domain calls to process requests in the host's app domain */ ///[To be supplied.] ////// [SecurityPermission(SecurityAction.Demand, Unrestricted=true)] public static Object CreateApplicationHost(Type hostType, String virtualDir, String physicalDir) { #if !FEATURE_PAL // FEATURE_PAL does not require PlatformID.Win32NT if (Environment.OSVersion.Platform != PlatformID.Win32NT) throw new PlatformNotSupportedException(SR.GetString(SR.RequiresNT)); #else // !FEATURE_PAL // FEATURE_PAL #endif // !FEATURE_PAL if (!StringUtil.StringEndsWith(physicalDir, Path.DirectorySeparatorChar)) physicalDir = physicalDir + Path.DirectorySeparatorChar; ApplicationManager appManager = ApplicationManager.GetApplicationManager(); String appId = (String.Concat(virtualDir, physicalDir).GetHashCode()).ToString("x"); ObjectHandle h = appManager.CreateInstanceInNewWorkerAppDomain( hostType, appId, VirtualPath.CreateNonRelative(virtualDir), physicalDir); return h.Unwrap(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MonthChangedEventArgs.cs
- AuthenticationModuleElementCollection.cs
- ForeignConstraint.cs
- ResourcePermissionBaseEntry.cs
- Image.cs
- SecurityTokenSerializer.cs
- WebControlsSection.cs
- Reference.cs
- InitialServerConnectionReader.cs
- TemplateManager.cs
- NamespaceDisplay.xaml.cs
- TimersDescriptionAttribute.cs
- PublisherIdentityPermission.cs
- PointKeyFrameCollection.cs
- DbModificationCommandTree.cs
- SchemaCollectionCompiler.cs
- DynamicDocumentPaginator.cs
- EmptyEnumerator.cs
- IntegerCollectionEditor.cs
- ComboBox.cs
- RtfFormatStack.cs
- WebConfigurationFileMap.cs
- UriWriter.cs
- LayoutUtils.cs
- GeometryModel3D.cs
- Section.cs
- CodeTypeParameter.cs
- BindingWorker.cs
- HtmlForm.cs
- SoapTransportImporter.cs
- CachedPathData.cs
- EntityDataSourceMemberPath.cs
- XPathPatternBuilder.cs
- ParallelTimeline.cs
- EdgeModeValidation.cs
- NativeMethods.cs
- EventWaitHandleSecurity.cs
- WmfPlaceableFileHeader.cs
- _ConnectStream.cs
- ColorConvertedBitmapExtension.cs
- CachedResourceDictionaryExtension.cs
- Margins.cs
- ColorTransform.cs
- DataServiceExpressionVisitor.cs
- ToolStripItemDataObject.cs
- CodeTypeDeclaration.cs
- HttpModuleAction.cs
- SeekableMessageNavigator.cs
- StylusButtonCollection.cs
- HttpConfigurationSystem.cs
- TemplateNameScope.cs
- WindowsTooltip.cs
- MoveSizeWinEventHandler.cs
- WindowsListViewScroll.cs
- OpenFileDialog.cs
- TypeDependencyAttribute.cs
- PopupRoot.cs
- HitTestParameters.cs
- Size.cs
- Pair.cs
- Utils.cs
- CqlBlock.cs
- StreamReader.cs
- BypassElement.cs
- DesignerActionVerbList.cs
- ContextStaticAttribute.cs
- Mappings.cs
- DesignerWithHeader.cs
- WebPartCancelEventArgs.cs
- ListBoxItemWrapperAutomationPeer.cs
- EventMappingSettingsCollection.cs
- CodeParameterDeclarationExpression.cs
- CngAlgorithmGroup.cs
- DirectoryObjectSecurity.cs
- MD5CryptoServiceProvider.cs
- ToolStripSettings.cs
- TreePrinter.cs
- XmlJsonWriter.cs
- CollectionViewGroupRoot.cs
- XmlChoiceIdentifierAttribute.cs
- PathSegmentCollection.cs
- TextParentUndoUnit.cs
- MultipartContentParser.cs
- XLinq.cs
- SendingRequestEventArgs.cs
- DataGridViewButtonColumn.cs
- Model3D.cs
- NotImplementedException.cs
- StateManagedCollection.cs
- WmlSelectionListAdapter.cs
- HebrewNumber.cs
- XPathItem.cs
- ConnectionProviderAttribute.cs
- PrivilegedConfigurationManager.cs
- EntityContainerAssociationSet.cs
- InstanceCreationEditor.cs
- IgnoreFlushAndCloseStream.cs
- MSAAEventDispatcher.cs
- IOException.cs
- XmlSchemaSequence.cs