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
- GenericRootAutomationPeer.cs
- EntityParameter.cs
- TimelineGroup.cs
- ITreeGenerator.cs
- SamlNameIdentifierClaimResource.cs
- ThreadStaticAttribute.cs
- WebReferencesBuildProvider.cs
- ModelService.cs
- ItemsPresenter.cs
- FixedSOMPageConstructor.cs
- HTTPNotFoundHandler.cs
- NaturalLanguageHyphenator.cs
- BinHexEncoder.cs
- MDIClient.cs
- ObservableDictionary.cs
- ProofTokenCryptoHandle.cs
- ContentOperations.cs
- NestPullup.cs
- Decoder.cs
- FamilyTypefaceCollection.cs
- TagPrefixInfo.cs
- MenuItemStyle.cs
- RadioButton.cs
- EventLogPermissionAttribute.cs
- WebControlAdapter.cs
- fixedPageContentExtractor.cs
- GenerateScriptTypeAttribute.cs
- XmlRootAttribute.cs
- ZipIOLocalFileDataDescriptor.cs
- XPathDocumentBuilder.cs
- UTF8Encoding.cs
- SiteMap.cs
- AssemblyCache.cs
- MenuScrollingVisibilityConverter.cs
- DocumentGridContextMenu.cs
- HtmlControlPersistable.cs
- DataGridHeaderBorder.cs
- HandledEventArgs.cs
- UriTemplateQueryValue.cs
- AnnouncementInnerClient11.cs
- XmlExtensionFunction.cs
- InkCanvasFeedbackAdorner.cs
- PasswordBoxAutomationPeer.cs
- SqlAliaser.cs
- ScriptManagerProxy.cs
- StringBuilder.cs
- DateTimePicker.cs
- GridProviderWrapper.cs
- TargetControlTypeCache.cs
- ItemCollection.cs
- FileEnumerator.cs
- UIElement3DAutomationPeer.cs
- TdsParserStateObject.cs
- TimelineGroup.cs
- ProfileProvider.cs
- DispatcherTimer.cs
- xmlsaver.cs
- MsdtcWrapper.cs
- AdjustableArrowCap.cs
- SQLBoolean.cs
- ResourceDictionary.cs
- HashAlgorithm.cs
- Attributes.cs
- CompiledRegexRunner.cs
- CSharpCodeProvider.cs
- MailFileEditor.cs
- HttpHandlersInstallComponent.cs
- ColumnHeaderConverter.cs
- ToolStripInSituService.cs
- RequestQueue.cs
- SingleObjectCollection.cs
- GB18030Encoding.cs
- StoreItemCollection.cs
- ValueChangedEventManager.cs
- Timer.cs
- HuffModule.cs
- PagedDataSource.cs
- LoadWorkflowAsyncResult.cs
- Mapping.cs
- SharedStatics.cs
- MessagingDescriptionAttribute.cs
- CircleHotSpot.cs
- PartitionResolver.cs
- SevenBitStream.cs
- OpenTypeCommon.cs
- WindowProviderWrapper.cs
- HtmlMeta.cs
- CodeSubDirectory.cs
- ExpandCollapsePatternIdentifiers.cs
- MenuItemBinding.cs
- RelatedView.cs
- DataListCommandEventArgs.cs
- OutOfMemoryException.cs
- BindingValueChangedEventArgs.cs
- InvariantComparer.cs
- LassoSelectionBehavior.cs
- FrameAutomationPeer.cs
- ComponentConverter.cs
- SecurityException.cs
- safemediahandle.cs