Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / ApplicationServiceManager.cs / 1305376 / 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
- BasicAsyncResult.cs
- linebase.cs
- CultureInfoConverter.cs
- PointCollection.cs
- WebPartMenuStyle.cs
- CapabilitiesUse.cs
- Rect.cs
- CultureNotFoundException.cs
- MarshalByRefObject.cs
- ProgressBarHighlightConverter.cs
- XmlSchemaFacet.cs
- MappingException.cs
- Vars.cs
- SqlDataSourceView.cs
- HMACRIPEMD160.cs
- DispatchChannelSink.cs
- TaskCanceledException.cs
- XmlSortKeyAccumulator.cs
- Freezable.cs
- XmlCharType.cs
- OleDbWrapper.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- SizeF.cs
- WSSecurityPolicy.cs
- EasingFunctionBase.cs
- EventSinkHelperWriter.cs
- PolyBezierSegment.cs
- RoleGroup.cs
- SymbolEqualComparer.cs
- SafeRightsManagementSessionHandle.cs
- MultipleViewPattern.cs
- BufferModeSettings.cs
- ToolStrip.cs
- AccessorTable.cs
- RuntimeArgumentHandle.cs
- PathGeometry.cs
- WinEventHandler.cs
- FileDialog.cs
- validationstate.cs
- DataGridViewCellCollection.cs
- MaterialCollection.cs
- RequestQueue.cs
- Line.cs
- CheckBox.cs
- TransformerInfo.cs
- MachineSettingsSection.cs
- SqlReorderer.cs
- ParameterCollectionEditorForm.cs
- TypeCodeDomSerializer.cs
- SafeMemoryMappedFileHandle.cs
- Canvas.cs
- CompiledRegexRunner.cs
- HttpProcessUtility.cs
- DictionaryBase.cs
- WebFormDesignerActionService.cs
- SkipStoryboardToFill.cs
- _NTAuthentication.cs
- NavigatorInput.cs
- ComboBox.cs
- ActiveXContainer.cs
- HotSpotCollection.cs
- Opcode.cs
- StateValidator.cs
- DataGridCommandEventArgs.cs
- PresentationAppDomainManager.cs
- CleanUpVirtualizedItemEventArgs.cs
- TriggerBase.cs
- Application.cs
- ArgIterator.cs
- StaticContext.cs
- ActivityScheduledRecord.cs
- DispatcherSynchronizationContext.cs
- BitmapFrameEncode.cs
- XamlReader.cs
- XamlSerializerUtil.cs
- ComboBoxDesigner.cs
- ParserStreamGeometryContext.cs
- GenericIdentity.cs
- OdbcUtils.cs
- ParameterBinding.cs
- GeometryGroup.cs
- CodeEntryPointMethod.cs
- ParameterModifier.cs
- DetailsViewUpdatedEventArgs.cs
- TreeViewCancelEvent.cs
- IFlowDocumentViewer.cs
- InputElement.cs
- AliasExpr.cs
- AbandonedMutexException.cs
- DynamicAttribute.cs
- WindowPattern.cs
- ActivitySurrogate.cs
- SqlCachedBuffer.cs
- LocalizableAttribute.cs
- SqlParameterCollection.cs
- BaseUriHelper.cs
- ArrayWithOffset.cs
- RuleAttributes.cs
- Missing.cs
- LineServicesRun.cs