Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWeb / Server / System / Data / Services / DataServiceHost.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CreateUserWizard.cs
- OptimizerPatterns.cs
- Vector3DConverter.cs
- StrokeSerializer.cs
- UserControlParser.cs
- LinqDataSourceEditData.cs
- AnnotationObservableCollection.cs
- HMACRIPEMD160.cs
- SByteStorage.cs
- DSASignatureDeformatter.cs
- ForceCopyBuildProvider.cs
- ErrorWrapper.cs
- HttpResponseHeader.cs
- _LoggingObject.cs
- StatusBarDrawItemEvent.cs
- Vector3DCollection.cs
- CalendarDesigner.cs
- RightsManagementPermission.cs
- UnauthorizedWebPart.cs
- UndoManager.cs
- TemplateBuilder.cs
- StandardTransformFactory.cs
- ObjectViewFactory.cs
- DataGridViewCellFormattingEventArgs.cs
- MediaContextNotificationWindow.cs
- SecondaryIndexList.cs
- RestHandlerFactory.cs
- RuntimeHandles.cs
- XPathNodeIterator.cs
- HWStack.cs
- DetailsViewDeleteEventArgs.cs
- ListItem.cs
- UnknownBitmapDecoder.cs
- FixedTextBuilder.cs
- ProcessProtocolHandler.cs
- HostingEnvironmentException.cs
- BindingSource.cs
- OrCondition.cs
- SpellerHighlightLayer.cs
- MenuItemBinding.cs
- fixedPageContentExtractor.cs
- EditorAttribute.cs
- _ConnectOverlappedAsyncResult.cs
- XmlHierarchicalDataSourceView.cs
- FrameSecurityDescriptor.cs
- AudioException.cs
- MenuAdapter.cs
- NavigationCommands.cs
- ToolbarAUtomationPeer.cs
- DbConnectionPoolCounters.cs
- XPathMultyIterator.cs
- FrameAutomationPeer.cs
- MenuItemAutomationPeer.cs
- ToolStripSeparator.cs
- MsmqReceiveParameters.cs
- BaseParser.cs
- MimeTypeMapper.cs
- ArrayWithOffset.cs
- FormsAuthenticationTicket.cs
- BrowserDefinitionCollection.cs
- ProxyWebPart.cs
- ReflectionServiceProvider.cs
- DesignParameter.cs
- RadioButtonFlatAdapter.cs
- PageSettings.cs
- Brush.cs
- WSSecurityTokenSerializer.cs
- RowUpdatingEventArgs.cs
- Models.cs
- BuildProvider.cs
- SchemaManager.cs
- LinearGradientBrush.cs
- DateRangeEvent.cs
- DefaultEvaluationContext.cs
- SpinWait.cs
- NotConverter.cs
- IdentityModelDictionary.cs
- Size3D.cs
- Stack.cs
- OleDbSchemaGuid.cs
- DataGridCellEditEndingEventArgs.cs
- DataErrorValidationRule.cs
- TreeWalker.cs
- CompModSwitches.cs
- ItemList.cs
- HtmlInputButton.cs
- HtmlUtf8RawTextWriter.cs
- MDIWindowDialog.cs
- TransformedBitmap.cs
- SiblingIterators.cs
- InputLangChangeEvent.cs
- Model3D.cs
- DataGridCellClipboardEventArgs.cs
- MethodImplAttribute.cs
- DBConnectionString.cs
- ErrorTableItemStyle.cs
- SiteMapProvider.cs
- Panel.cs
- Stacktrace.cs
- LayoutSettings.cs