Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / xsp / System / Web / Extensions / Compilation / WCFModel / SvcMapFileLoader.cs / 1 / SvcMapFileLoader.cs
//------------------------------------------------------------------------------ //// Copyright (C) Microsoft Corporation. All Rights Reserved. // //----------------------------------------------------------------------------- // // Note: Unlike most files in this directory, the code in this file is *not* // shared with wizard\vsdesigner\designer\microsoft\vsdesigner\WCFModel. // // The code under ndp\fx\src\xsp\System\Web\Extensions\Compilation\XmlSerializer might have to be regerenated when // the format of the svcmap file is changed, or class structure has been changed in this directory. Please follow the HowTo file // under Compilation directory to see how to regerenate that code. // using System; using System.Collections.Generic; using System.Text; #if WEB_EXTENSIONS_CODE using System.Web.Resources; #else using Microsoft.VSDesigner.Resources.Microsoft.VSDesigner; #endif namespace System.Web.Compilation.WCFModel { internal class SvcMapFileLoader : AbstractSvcMapFileLoader { private string mapFilePath; private System.Xml.Serialization.XmlSerializer serializer; public SvcMapFileLoader(string mapFilePath) { this.mapFilePath = mapFilePath; } ////// Given a name of a metadata file, returns the full expected path to the file. /// /// ///private string GetMetadataFileFullPath(string name) { // Should be in the same directory as the .svcmap file. return IO.Path.Combine(IO.Path.GetDirectoryName(mapFilePath), name); } /// /// Get a TextReader for the .svcmap file /// ///protected override System.IO.TextReader GetMapFileReader() { return IO.File.OpenText(mapFilePath); } /// /// Read the contents of the given metadata file /// /// The filename (without path) of the metadata file. ///protected override byte[] ReadMetadataFile(string name) { return IO.File.ReadAllBytes(GetMetadataFileFullPath(name)); } /// /// Get access to a byte array that contain the contents of the given extension /// file /// /// /// Name of the extension file. Could be a path relative to the svcmap file location /// or the name of an item in a metadata storage. /// ///protected override byte[] ReadExtensionFile(string name) { return IO.File.ReadAllBytes(GetMetadataFileFullPath(name)); } /// /// Demand-create an XmlSerializer for the SvcMap file... /// protected override System.Xml.Serialization.XmlSerializer Serializer { get { if (serializer == null) { // We have our own pre-generated XML serializer for the .svcmap file. serializer = new System.Web.Compilation.XmlSerializer.SvcMapFileSerializer(); } return serializer; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// Copyright (C) Microsoft Corporation. All Rights Reserved. // //----------------------------------------------------------------------------- // // Note: Unlike most files in this directory, the code in this file is *not* // shared with wizard\vsdesigner\designer\microsoft\vsdesigner\WCFModel. // // The code under ndp\fx\src\xsp\System\Web\Extensions\Compilation\XmlSerializer might have to be regerenated when // the format of the svcmap file is changed, or class structure has been changed in this directory. Please follow the HowTo file // under Compilation directory to see how to regerenate that code. // using System; using System.Collections.Generic; using System.Text; #if WEB_EXTENSIONS_CODE using System.Web.Resources; #else using Microsoft.VSDesigner.Resources.Microsoft.VSDesigner; #endif namespace System.Web.Compilation.WCFModel { internal class SvcMapFileLoader : AbstractSvcMapFileLoader { private string mapFilePath; private System.Xml.Serialization.XmlSerializer serializer; public SvcMapFileLoader(string mapFilePath) { this.mapFilePath = mapFilePath; } ////// Given a name of a metadata file, returns the full expected path to the file. /// /// ///private string GetMetadataFileFullPath(string name) { // Should be in the same directory as the .svcmap file. return IO.Path.Combine(IO.Path.GetDirectoryName(mapFilePath), name); } /// /// Get a TextReader for the .svcmap file /// ///protected override System.IO.TextReader GetMapFileReader() { return IO.File.OpenText(mapFilePath); } /// /// Read the contents of the given metadata file /// /// The filename (without path) of the metadata file. ///protected override byte[] ReadMetadataFile(string name) { return IO.File.ReadAllBytes(GetMetadataFileFullPath(name)); } /// /// Get access to a byte array that contain the contents of the given extension /// file /// /// /// Name of the extension file. Could be a path relative to the svcmap file location /// or the name of an item in a metadata storage. /// ///protected override byte[] ReadExtensionFile(string name) { return IO.File.ReadAllBytes(GetMetadataFileFullPath(name)); } /// /// Demand-create an XmlSerializer for the SvcMap file... /// protected override System.Xml.Serialization.XmlSerializer Serializer { get { if (serializer == null) { // We have our own pre-generated XML serializer for the .svcmap file. serializer = new System.Web.Compilation.XmlSerializer.SvcMapFileSerializer(); } return serializer; } } } } // 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
- MessageBuilder.cs
- NonVisualControlAttribute.cs
- RtfControls.cs
- AbsoluteQuery.cs
- AsymmetricKeyExchangeFormatter.cs
- HtmlControlPersistable.cs
- ListBoxItemAutomationPeer.cs
- CssClassPropertyAttribute.cs
- IdentityHolder.cs
- Helpers.cs
- StylusPointPropertyInfoDefaults.cs
- ColorConvertedBitmapExtension.cs
- ThreadExceptionDialog.cs
- GrowingArray.cs
- Screen.cs
- AlignmentYValidation.cs
- ToolboxComponentsCreatedEventArgs.cs
- _OSSOCK.cs
- NativeMethods.cs
- SourceChangedEventArgs.cs
- WorkflowViewManager.cs
- MetabaseServerConfig.cs
- Span.cs
- WebBaseEventKeyComparer.cs
- WindowsHyperlink.cs
- SafeNativeMethods.cs
- TextEffect.cs
- AsyncStreamReader.cs
- DES.cs
- dataobject.cs
- LocalFileSettingsProvider.cs
- _NTAuthentication.cs
- DataGridViewCellFormattingEventArgs.cs
- AsyncContentLoadedEventArgs.cs
- Rectangle.cs
- DesignTimeSiteMapProvider.cs
- DataGridViewImageCell.cs
- MouseButton.cs
- NonParentingControl.cs
- BamlRecordHelper.cs
- CodeDelegateCreateExpression.cs
- SkinBuilder.cs
- ChannelPool.cs
- UrlPropertyAttribute.cs
- QuaternionAnimationBase.cs
- WindowsFont.cs
- EditBehavior.cs
- PresentationTraceSources.cs
- UriExt.cs
- MediaTimeline.cs
- DataQuery.cs
- CroppedBitmap.cs
- ScriptManagerProxy.cs
- RouteValueDictionary.cs
- GridViewUpdateEventArgs.cs
- InertiaTranslationBehavior.cs
- Margins.cs
- DataViewSetting.cs
- CaretElement.cs
- MenuItem.cs
- TextCompositionEventArgs.cs
- HeaderedContentControl.cs
- PrePrepareMethodAttribute.cs
- OutputCacheProfileCollection.cs
- TemplateBindingExtension.cs
- FloaterParaClient.cs
- XamlWriter.cs
- ISO2022Encoding.cs
- DataTablePropertyDescriptor.cs
- DragCompletedEventArgs.cs
- AddDataControlFieldDialog.cs
- UIElementAutomationPeer.cs
- DataGridViewImageCell.cs
- DatePickerAutomationPeer.cs
- PixelFormat.cs
- CultureSpecificStringDictionary.cs
- AsymmetricSignatureFormatter.cs
- XmlSchemaInfo.cs
- TypeValidationEventArgs.cs
- DataControlLinkButton.cs
- DrawingGroupDrawingContext.cs
- ProxyManager.cs
- DocumentGrid.cs
- DataErrorValidationRule.cs
- DeliveryStrategy.cs
- DataGridViewEditingControlShowingEventArgs.cs
- RotationValidation.cs
- TextureBrush.cs
- CheckBoxFlatAdapter.cs
- SerializableReadOnlyDictionary.cs
- CustomErrorsSectionWrapper.cs
- FormViewRow.cs
- Storyboard.cs
- EmbeddedMailObject.cs
- MsmqIntegrationChannelListener.cs
- Sql8ExpressionRewriter.cs
- autovalidator.cs
- SessionStateItemCollection.cs
- XmlMtomWriter.cs
- SystemWebSectionGroup.cs