Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- PageCache.cs
- RepeatButton.cs
- OdbcEnvironmentHandle.cs
- PositiveTimeSpanValidatorAttribute.cs
- SymmetricAlgorithm.cs
- FileAuthorizationModule.cs
- DataGridColumnsPage.cs
- EntityDataSourceMemberPath.cs
- WindowExtensionMethods.cs
- FormParameter.cs
- CodeValidator.cs
- SurrogateEncoder.cs
- RoleGroupCollectionEditor.cs
- BitSet.cs
- ExceptionTranslationTable.cs
- QueryResponse.cs
- HttpListener.cs
- ISFClipboardData.cs
- StoreContentChangedEventArgs.cs
- BitmapPalette.cs
- HitTestWithGeometryDrawingContextWalker.cs
- InvalidPrinterException.cs
- EventArgs.cs
- PeerCollaborationPermission.cs
- EventLogRecord.cs
- IndexerNameAttribute.cs
- TemplateBindingExpression.cs
- TextSpan.cs
- PublishLicense.cs
- StorageTypeMapping.cs
- CompilationSection.cs
- WebEvents.cs
- ExtentCqlBlock.cs
- QilNode.cs
- BamlMapTable.cs
- SoapIgnoreAttribute.cs
- GridViewCancelEditEventArgs.cs
- assertwrapper.cs
- WindowsFormsDesignerOptionService.cs
- ConfigurationConverterBase.cs
- ToolStripDropDownButton.cs
- RegionData.cs
- UpdatePanelControlTrigger.cs
- FlowDocumentPaginator.cs
- SspiNegotiationTokenProviderState.cs
- Event.cs
- Shape.cs
- TypeConverter.cs
- DbgUtil.cs
- ToolStripManager.cs
- DBSchemaRow.cs
- DataGrid.cs
- ReadOnlyDataSource.cs
- FileClassifier.cs
- StateMachineWorkflowDesigner.cs
- EmbeddedMailObjectCollectionEditor.cs
- ProfileSettingsCollection.cs
- HtmlLinkAdapter.cs
- WebResourceAttribute.cs
- EnumerationRangeValidationUtil.cs
- XPathDocumentBuilder.cs
- WebPageTraceListener.cs
- MediaContextNotificationWindow.cs
- WizardSideBarListControlItem.cs
- XmlJsonReader.cs
- Container.cs
- IdentityManager.cs
- ActivityTypeCodeDomSerializer.cs
- WasAdminWrapper.cs
- NullableBoolConverter.cs
- SetStateEventArgs.cs
- ToolboxItemWrapper.cs
- DSACryptoServiceProvider.cs
- UriSectionReader.cs
- DecimalConverter.cs
- XmlHierarchyData.cs
- ThreadSafeList.cs
- WebPartHelpVerb.cs
- FunctionUpdateCommand.cs
- EdmComplexPropertyAttribute.cs
- x509utils.cs
- SerialPinChanges.cs
- WebBrowserProgressChangedEventHandler.cs
- InvalidOperationException.cs
- WindowsBrush.cs
- OutputCacheSettings.cs
- BaseDataList.cs
- TypedDataSetSchemaImporterExtension.cs
- QueryRewriter.cs
- WeakHashtable.cs
- Baml6ConstructorInfo.cs
- FixedFlowMap.cs
- VirtualizedItemPattern.cs
- Helpers.cs
- CookieParameter.cs
- SplitterEvent.cs
- uribuilder.cs
- XsltContext.cs
- SqlDependency.cs
- NameValuePermission.cs