Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------- //// 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
- TypeDependencyAttribute.cs
- CodeTypeReferenceExpression.cs
- TextEditorTyping.cs
- DbConnectionPoolOptions.cs
- SqlConnectionPoolGroupProviderInfo.cs
- MenuItemStyleCollection.cs
- TextBoxAutomationPeer.cs
- TextTreeTextElementNode.cs
- XPathNavigatorReader.cs
- BufferedGraphics.cs
- WebReferenceCollection.cs
- userdatakeys.cs
- MessageDirection.cs
- SemanticResultValue.cs
- ConnectionPoolRegistry.cs
- SemaphoreFullException.cs
- DataSourceXmlSerializationAttribute.cs
- UpdatePanelTriggerCollection.cs
- PageHandlerFactory.cs
- x509store.cs
- AxHost.cs
- PlacementWorkspace.cs
- BuiltInExpr.cs
- Composition.cs
- DataControlLinkButton.cs
- Timeline.cs
- XmlSchemaDatatype.cs
- EditorZoneBase.cs
- ConfigViewGenerator.cs
- SoapFault.cs
- XComponentModel.cs
- SafeFileHandle.cs
- ResXDataNode.cs
- odbcmetadatacolumnnames.cs
- StringAnimationBase.cs
- CSharpCodeProvider.cs
- InputMethod.cs
- GlyphInfoList.cs
- PEFileEvidenceFactory.cs
- ObjectStateFormatter.cs
- XmlUtil.cs
- XmlDocument.cs
- NamedElement.cs
- ScrollProperties.cs
- ViewManager.cs
- KeyMatchBuilder.cs
- HttpCapabilitiesEvaluator.cs
- SHA256Managed.cs
- MaskedTextBoxTextEditor.cs
- HostProtectionException.cs
- ProfileBuildProvider.cs
- SerializationException.cs
- StringPropertyBuilder.cs
- CodeExporter.cs
- TranslateTransform3D.cs
- VirtualPathUtility.cs
- QilParameter.cs
- ResXDataNode.cs
- DnsPermission.cs
- GeneralTransform3DTo2D.cs
- ConfigurationProperty.cs
- MouseWheelEventArgs.cs
- HttpContext.cs
- SafeCryptContextHandle.cs
- ObjectContext.cs
- EntityModelBuildProvider.cs
- DataGridViewColumnEventArgs.cs
- EncodingNLS.cs
- RelationshipConstraintValidator.cs
- HttpRuntimeSection.cs
- TimeSpanValidatorAttribute.cs
- JoinElimination.cs
- Helpers.cs
- TextViewSelectionProcessor.cs
- PropertyChangedEventArgs.cs
- PenThread.cs
- StrokeIntersection.cs
- QueryableDataSourceEditData.cs
- ConfigurationValues.cs
- ImageMap.cs
- XmlSubtreeReader.cs
- XmlSchemaException.cs
- DependencyObjectCodeDomSerializer.cs
- InvalidFilterCriteriaException.cs
- EarlyBoundInfo.cs
- EasingKeyFrames.cs
- DataGridCellItemAutomationPeer.cs
- BufferedGraphics.cs
- HttpCachePolicyElement.cs
- TextEditorLists.cs
- WebPartZoneBaseDesigner.cs
- CssClassPropertyAttribute.cs
- ToolStripDropDownMenu.cs
- TypeUtil.cs
- SqlProfileProvider.cs
- DataRowComparer.cs
- RectangleF.cs
- SoapExtensionTypeElement.cs
- LiteralControl.cs
- HtmlMeta.cs