Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataWeb / Server / System / Data / Services / DataServiceHost.cs / 1 / DataServiceHost.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Provides a way to hook up a WCF service as a raw HTTP handler. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data.Services { #region Namespaces. using System; using System.ServiceModel.Web; #endregion Namespaces. ////// This structure supports the .NET Framework infrastructure and is /// not intended to be used directly from your code. /// ////// Provides a host for services of type DataService. /// [CLSCompliant(false)] public class DataServiceHost : WebServiceHost { ////// Initializes a new instance of the ServiceHost class with the type /// of service and its base addresses specified. /// /// The type of hosted service. /// An array of type Uri that contains the base addresses for the hosted service. public DataServiceHost(Type serviceType, Uri[] baseAddresses) : base(serviceType, baseAddresses) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Provides a way to hook up a WCF service as a raw HTTP handler. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data.Services { #region Namespaces. using System; using System.ServiceModel.Web; #endregion Namespaces. ////// This structure supports the .NET Framework infrastructure and is /// not intended to be used directly from your code. /// ////// Provides a host for services of type DataService. /// [CLSCompliant(false)] public class DataServiceHost : WebServiceHost { ////// Initializes a new instance of the ServiceHost class with the type /// of service and its base addresses specified. /// /// The type of hosted service. /// An array of type Uri that contains the base addresses for the hosted service. public DataServiceHost(Type serviceType, Uri[] baseAddresses) : base(serviceType, baseAddresses) { } } } // 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
- SoapReflector.cs
- PointAnimation.cs
- DataSourceView.cs
- MarkedHighlightComponent.cs
- TrustManager.cs
- PolicyException.cs
- TextSelectionHelper.cs
- Queue.cs
- HttpConfigurationContext.cs
- SiteMapDataSource.cs
- HttpListenerPrefixCollection.cs
- DocumentApplicationState.cs
- columnmapfactory.cs
- _SslState.cs
- TypeContext.cs
- CDSCollectionETWBCLProvider.cs
- UnauthorizedWebPart.cs
- OutputCacheProfile.cs
- Visitors.cs
- EventDescriptor.cs
- AxHostDesigner.cs
- ObjectQueryExecutionPlan.cs
- SelectionRangeConverter.cs
- RootProfilePropertySettingsCollection.cs
- MatchSingleFxEngineOpcode.cs
- ServiceMemoryGates.cs
- documentsequencetextview.cs
- MenuEventArgs.cs
- StringAnimationUsingKeyFrames.cs
- UnauthorizedAccessException.cs
- MissingMethodException.cs
- Camera.cs
- TextUtf8RawTextWriter.cs
- DataGridViewRowsRemovedEventArgs.cs
- HtmlEncodedRawTextWriter.cs
- QueryCacheEntry.cs
- DataGridViewColumnEventArgs.cs
- HtmlGenericControl.cs
- MediaSystem.cs
- PreservationFileWriter.cs
- ShellProvider.cs
- ProjectionAnalyzer.cs
- SafeNativeMethods.cs
- EncodingDataItem.cs
- NativeCppClassAttribute.cs
- Part.cs
- ContentElement.cs
- PagesSection.cs
- ControlIdConverter.cs
- FileDialogCustomPlacesCollection.cs
- XmlMembersMapping.cs
- FontFamilyValueSerializer.cs
- FrameworkContextData.cs
- VisualTarget.cs
- AttributeConverter.cs
- UniqueCodeIdentifierScope.cs
- NotCondition.cs
- ObjectResult.cs
- RowToParametersTransformer.cs
- SQLDecimalStorage.cs
- MergeFailedEvent.cs
- ConfigurationManagerHelperFactory.cs
- X509Certificate.cs
- ProfileSettingsCollection.cs
- Thread.cs
- PropVariant.cs
- dataobject.cs
- SafeNativeMethodsOther.cs
- WindowsButton.cs
- BinaryConverter.cs
- FormsIdentity.cs
- RecipientIdentity.cs
- RMEnrollmentPage1.cs
- DataList.cs
- PersonalizationProviderCollection.cs
- XmlSortKey.cs
- HttpClientCertificate.cs
- SchemaRegistration.cs
- ToolboxBitmapAttribute.cs
- UnsafeNativeMethods.cs
- ClientTargetCollection.cs
- MemberAccessException.cs
- ViewValidator.cs
- GroupItem.cs
- WindowsListViewItem.cs
- WSTrust.cs
- NamedObject.cs
- Message.cs
- ElementHostAutomationPeer.cs
- FontInfo.cs
- CodeArgumentReferenceExpression.cs
- RelationshipConverter.cs
- TypeDescriptionProviderAttribute.cs
- LeftCellWrapper.cs
- KeyNotFoundException.cs
- WmlPageAdapter.cs
- GridViewSortEventArgs.cs
- SQLDecimalStorage.cs
- AnalyzedTree.cs
- FirstMatchCodeGroup.cs