Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataChangedEventManager.cs
- EdgeModeValidation.cs
- SqlStream.cs
- ResolveInfo.cs
- HttpResponseHeader.cs
- KnownColorTable.cs
- Point4D.cs
- TraceRecord.cs
- InfoCardPolicy.cs
- RemotingConfigParser.cs
- ReflectTypeDescriptionProvider.cs
- InvalidOperationException.cs
- UniqueConstraint.cs
- ProcessHostFactoryHelper.cs
- CurrentChangingEventArgs.cs
- StringFormat.cs
- loginstatus.cs
- Point3DValueSerializer.cs
- MailWriter.cs
- IndependentlyAnimatedPropertyMetadata.cs
- DataViewManagerListItemTypeDescriptor.cs
- SpecularMaterial.cs
- MessageSecurityException.cs
- CachedPathData.cs
- CodeChecksumPragma.cs
- httpstaticobjectscollection.cs
- ArraySortHelper.cs
- WebPartDisplayModeEventArgs.cs
- LocalizationComments.cs
- TypeDependencyAttribute.cs
- FixedTextPointer.cs
- StoryFragments.cs
- ToolStripComboBox.cs
- X509CertificateCollection.cs
- _CacheStreams.cs
- BindingSource.cs
- Bold.cs
- RtfToken.cs
- PictureBox.cs
- safex509handles.cs
- ServiceHttpHandlerFactory.cs
- CompressionTransform.cs
- MetadataItemEmitter.cs
- LogArchiveSnapshot.cs
- COAUTHINFO.cs
- _ShellExpression.cs
- StateWorkerRequest.cs
- coordinatorfactory.cs
- PageTextBox.cs
- X509Certificate2Collection.cs
- AbstractSvcMapFileLoader.cs
- GeometryDrawing.cs
- XmlIncludeAttribute.cs
- ArrayElementGridEntry.cs
- ActivityDelegate.cs
- IISUnsafeMethods.cs
- DecimalAnimationBase.cs
- DetailsViewPagerRow.cs
- ReadOnlyDictionary.cs
- Msec.cs
- ShaderRenderModeValidation.cs
- TextDecorationCollectionConverter.cs
- newinstructionaction.cs
- UInt16.cs
- ClickablePoint.cs
- mil_sdk_version.cs
- SecUtil.cs
- OleServicesContext.cs
- SctClaimDictionary.cs
- VisualBasicSettingsHandler.cs
- ProtocolsConfiguration.cs
- Size3DConverter.cs
- RelationshipConstraintValidator.cs
- Rect3DConverter.cs
- InternalSafeNativeMethods.cs
- PrivilegedConfigurationManager.cs
- ContainerParagraph.cs
- ToolStripGripRenderEventArgs.cs
- EntityParameter.cs
- DataSourceSelectArguments.cs
- ManualResetEvent.cs
- Utils.cs
- XpsInterleavingPolicy.cs
- SliderAutomationPeer.cs
- BindingEntityInfo.cs
- CodeIdentifiers.cs
- StorageFunctionMapping.cs
- OleDbPermission.cs
- HostVisual.cs
- ClaimTypes.cs
- PropertyInfoSet.cs
- TdsRecordBufferSetter.cs
- FileDialog_Vista.cs
- MULTI_QI.cs
- ScrollChrome.cs
- HwndSourceKeyboardInputSite.cs
- _TransmitFileOverlappedAsyncResult.cs
- WebControl.cs
- HttpRequestTraceRecord.cs
- StylusPointPropertyInfoDefaults.cs