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
- GroupBoxRenderer.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- PreviewPrintController.cs
- GeneralTransform3DCollection.cs
- AffineTransform3D.cs
- ChannelPoolSettings.cs
- BitmapEffectInput.cs
- securitymgrsite.cs
- Keywords.cs
- ObjectSelectorEditor.cs
- RotateTransform.cs
- _NestedMultipleAsyncResult.cs
- StylusPointDescription.cs
- SafeEventLogWriteHandle.cs
- MethodInfo.cs
- Timer.cs
- Missing.cs
- SqlProviderManifest.cs
- FileDialogCustomPlacesCollection.cs
- NameValueSectionHandler.cs
- HorizontalAlignConverter.cs
- OpenTypeLayoutCache.cs
- RowUpdatedEventArgs.cs
- QilReference.cs
- CustomWebEventKey.cs
- UIElementIsland.cs
- BamlBinaryWriter.cs
- LogSwitch.cs
- UIAgentInitializationException.cs
- InlinedAggregationOperator.cs
- ApplicationSecurityManager.cs
- TextPointerBase.cs
- ClockGroup.cs
- BaseDataListActionList.cs
- StylusDownEventArgs.cs
- Base64Stream.cs
- Errors.cs
- HtmlPhoneCallAdapter.cs
- Normalization.cs
- EventLogLink.cs
- PeekCompletedEventArgs.cs
- ObjectQueryState.cs
- XmlElement.cs
- WorkflowItemPresenter.cs
- designeractionbehavior.cs
- ConfigurationSectionGroup.cs
- BuildProviderAppliesToAttribute.cs
- ObjectCacheSettings.cs
- RijndaelManagedTransform.cs
- __Filters.cs
- ISSmlParser.cs
- SchemaTypeEmitter.cs
- CrossSiteScriptingValidation.cs
- BoolLiteral.cs
- DbProviderFactoriesConfigurationHandler.cs
- EventSetter.cs
- HtmlTableRow.cs
- MinimizableAttributeTypeConverter.cs
- SpellerInterop.cs
- BitmapCache.cs
- ObjectQueryProvider.cs
- HtmlWindowCollection.cs
- BitmapEffectCollection.cs
- InputScopeNameConverter.cs
- TransportChannelFactory.cs
- SpeechDetectedEventArgs.cs
- _CommandStream.cs
- DuplicateWaitObjectException.cs
- ParseNumbers.cs
- Expressions.cs
- SingleObjectCollection.cs
- WorkerRequest.cs
- FlowSwitchLink.cs
- SvcFileManager.cs
- TextEncodedRawTextWriter.cs
- _ProxyChain.cs
- DialogWindow.cs
- ActiveXHelper.cs
- AutomationProperties.cs
- Camera.cs
- FunctionMappingTranslator.cs
- XmlDataSourceNodeDescriptor.cs
- BooleanAnimationBase.cs
- ClientScriptManager.cs
- FormsAuthenticationCredentials.cs
- Size3DConverter.cs
- RuntimeCompatibilityAttribute.cs
- QEncodedStream.cs
- SqlAliaser.cs
- ChangePassword.cs
- FileDialog_Vista_Interop.cs
- ConnectionOrientedTransportChannelListener.cs
- XmlAnyAttributeAttribute.cs
- Timer.cs
- HostingEnvironmentSection.cs
- BuildProviderAppliesToAttribute.cs
- BindingExpressionBase.cs
- DataControlFieldsEditor.cs
- WebHttpSecurityElement.cs
- AnnotationService.cs