Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- PeerSecurityManager.cs
- ConfigXmlText.cs
- AppDomainCompilerProxy.cs
- RepeaterItemEventArgs.cs
- MailMessage.cs
- UpdateCommand.cs
- SingleStorage.cs
- PropertiesTab.cs
- HttpBrowserCapabilitiesWrapper.cs
- EventSetter.cs
- TdsParserStateObject.cs
- MethodMessage.cs
- TraceContext.cs
- DataTableMapping.cs
- AnonymousIdentificationModule.cs
- EndOfStreamException.cs
- DecimalAnimation.cs
- WebPartTransformerAttribute.cs
- UserInitiatedNavigationPermission.cs
- ParseChildrenAsPropertiesAttribute.cs
- XhtmlTextWriter.cs
- HTTPNotFoundHandler.cs
- SettingsPropertyWrongTypeException.cs
- TcpConnectionPoolSettingsElement.cs
- EntityDataSourceStatementEditorForm.cs
- WorkflowServiceAttributesTypeConverter.cs
- SqlDataSourceStatusEventArgs.cs
- CompModHelpers.cs
- RichTextBoxDesigner.cs
- FieldNameLookup.cs
- ComplexBindingPropertiesAttribute.cs
- EditorZoneAutoFormat.cs
- EntityDataSourceEntitySetNameItem.cs
- GenericArgumentsUpdater.cs
- ContentFilePart.cs
- ZipPackage.cs
- WebPartDisplayModeCollection.cs
- OrderPreservingSpoolingTask.cs
- ProcessHostFactoryHelper.cs
- SqlBooleanizer.cs
- OdbcError.cs
- DuplicateMessageDetector.cs
- ShortcutKeysEditor.cs
- FontSizeConverter.cs
- StrokeFIndices.cs
- CmsUtils.cs
- ObjectStorage.cs
- EdmToObjectNamespaceMap.cs
- SapiInterop.cs
- TokenBasedSetEnumerator.cs
- HtmlFormWrapper.cs
- Clipboard.cs
- SymbolPair.cs
- PackWebRequestFactory.cs
- Point3DCollection.cs
- EmptyControlCollection.cs
- ColumnResizeUndoUnit.cs
- Operator.cs
- RegisteredHiddenField.cs
- BinaryReader.cs
- UnsafeNativeMethods.cs
- Camera.cs
- HexParser.cs
- PrimitiveXmlSerializers.cs
- ISCIIEncoding.cs
- OletxEnlistment.cs
- cryptoapiTransform.cs
- UrlPath.cs
- QueryOptionExpression.cs
- MruCache.cs
- PropertyToken.cs
- OleDbWrapper.cs
- ProtocolException.cs
- __FastResourceComparer.cs
- InplaceBitmapMetadataWriter.cs
- BitmapInitialize.cs
- TranslateTransform.cs
- KnownColorTable.cs
- InkPresenter.cs
- ByteRangeDownloader.cs
- DataGridViewDataConnection.cs
- GcSettings.cs
- ContentControl.cs
- TransactionValidationBehavior.cs
- SmiRequestExecutor.cs
- Vector3DAnimation.cs
- WebEventCodes.cs
- AQNBuilder.cs
- ProgressBar.cs
- PassportAuthenticationEventArgs.cs
- IntSecurity.cs
- COMException.cs
- PageParser.cs
- PlatformNotSupportedException.cs
- VerificationAttribute.cs
- DataGridViewRowCancelEventArgs.cs
- NativeObjectSecurity.cs
- NumericExpr.cs
- Container.cs
- Options.cs