Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / xsp / System / Web / Extensions / ui / ApplicationServiceManager.cs / 1 / ApplicationServiceManager.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Web.UI; using System.Web.Resources; using System.Globalization; internal static class ApplicationServiceManager { public const int StringBuilderCapacity = 128; public static string MergeServiceUrls(string serviceUrl, string existingUrl, Control urlBase) { serviceUrl = serviceUrl.Trim(); if(serviceUrl.Length > 0) { serviceUrl = urlBase.ResolveClientUrl(serviceUrl); if(String.IsNullOrEmpty(existingUrl)) { // proxy has specified a url and we don't have one yet, so use it existingUrl = serviceUrl; } else { // proxy has specified a url but we arleady have a url either from ScriptManager itself or a previous proxy. // The urls must agree or an exception is thrown. if(!string.Equals(serviceUrl, existingUrl, StringComparison.OrdinalIgnoreCase)) { throw new ArgumentException(AtlasWeb.AppService_MultiplePaths); } } } return existingUrl; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Web.UI; using System.Web.Resources; using System.Globalization; internal static class ApplicationServiceManager { public const int StringBuilderCapacity = 128; public static string MergeServiceUrls(string serviceUrl, string existingUrl, Control urlBase) { serviceUrl = serviceUrl.Trim(); if(serviceUrl.Length > 0) { serviceUrl = urlBase.ResolveClientUrl(serviceUrl); if(String.IsNullOrEmpty(existingUrl)) { // proxy has specified a url and we don't have one yet, so use it existingUrl = serviceUrl; } else { // proxy has specified a url but we arleady have a url either from ScriptManager itself or a previous proxy. // The urls must agree or an exception is thrown. if(!string.Equals(serviceUrl, existingUrl, StringComparison.OrdinalIgnoreCase)) { throw new ArgumentException(AtlasWeb.AppService_MultiplePaths); } } } return existingUrl; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OfTypeExpression.cs
- WindowsListView.cs
- KnownTypesProvider.cs
- ClientUIRequest.cs
- DataRelation.cs
- MsmqInputSessionChannelListener.cs
- TreeBuilderXamlTranslator.cs
- ContractsBCL.cs
- RegexCapture.cs
- Int32.cs
- DiscoveryClientBindingElement.cs
- XmlReaderSettings.cs
- PTConverter.cs
- CompiledRegexRunner.cs
- WebEventCodes.cs
- EncoderFallback.cs
- QueryTaskGroupState.cs
- ManagementScope.cs
- HttpCacheVary.cs
- Size3DValueSerializer.cs
- DbConnectionPool.cs
- SqlProcedureAttribute.cs
- FreezableCollection.cs
- CellLabel.cs
- RandomNumberGenerator.cs
- DataGridPageChangedEventArgs.cs
- DefaultValidator.cs
- LineServicesRun.cs
- PopOutPanel.cs
- VarRemapper.cs
- DataObjectFieldAttribute.cs
- MatrixUtil.cs
- FastEncoder.cs
- MenuItemBindingCollection.cs
- UIElement3DAutomationPeer.cs
- IsolatedStorageFilePermission.cs
- GrammarBuilderWildcard.cs
- ScriptResourceAttribute.cs
- ConfigurationException.cs
- NamespaceEmitter.cs
- XmlNodeComparer.cs
- KnownColorTable.cs
- IPipelineRuntime.cs
- MaskDesignerDialog.cs
- ToolStripSystemRenderer.cs
- SerializationInfoEnumerator.cs
- ControlLocalizer.cs
- WebBaseEventKeyComparer.cs
- ActivityDesignerHighlighter.cs
- CommandEventArgs.cs
- IdentityManager.cs
- TextBoxBase.cs
- SqlParameterCollection.cs
- ApplicationHost.cs
- StylusPointCollection.cs
- BreakRecordTable.cs
- SiteMapPath.cs
- GenerateHelper.cs
- RuntimeArgumentHandle.cs
- CodeThrowExceptionStatement.cs
- RelatedCurrencyManager.cs
- CustomErrorCollection.cs
- CounterSetInstanceCounterDataSet.cs
- FunctionDescription.cs
- PointLightBase.cs
- EntityDataSourceSelectedEventArgs.cs
- GuidConverter.cs
- Profiler.cs
- CaseKeyBox.xaml.cs
- DbConnectionPoolIdentity.cs
- ThemeDirectoryCompiler.cs
- PrivilegeNotHeldException.cs
- ToolboxDataAttribute.cs
- XmlProcessingInstruction.cs
- PathFigureCollectionValueSerializer.cs
- DataBoundLiteralControl.cs
- NullToBooleanConverter.cs
- ProcessHostConfigUtils.cs
- RectAnimationUsingKeyFrames.cs
- RandomNumberGenerator.cs
- Binding.cs
- AppearanceEditorPart.cs
- PageEventArgs.cs
- ConfigurationSectionCollection.cs
- Activity.cs
- Clock.cs
- ScriptControlDescriptor.cs
- QilUnary.cs
- ToolBarButton.cs
- BrushConverter.cs
- BitmapEffectCollection.cs
- AccessorTable.cs
- DateTimeFormat.cs
- FigureParagraph.cs
- QueryStringConverter.cs
- WorkflowFileItem.cs
- EastAsianLunisolarCalendar.cs
- Msec.cs
- HotCommands.cs
- ArrayWithOffset.cs