Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- NullableConverter.cs
- PackageRelationshipCollection.cs
- WindowsListViewItemCheckBox.cs
- ExpressionNormalizer.cs
- ConstraintStruct.cs
- XPathChildIterator.cs
- PeerNameRecordCollection.cs
- PageCatalogPart.cs
- ChannelOptions.cs
- SessionStateModule.cs
- CollectionConverter.cs
- OdbcParameter.cs
- Menu.cs
- Rectangle.cs
- UnsafeNativeMethods.cs
- XmlAttributeAttribute.cs
- RequiredFieldValidator.cs
- ApplicationServiceManager.cs
- HuffmanTree.cs
- WebPartHelpVerb.cs
- InstallerTypeAttribute.cs
- DataObjectPastingEventArgs.cs
- PeerTransportCredentialType.cs
- Point3DCollection.cs
- ApplicationDirectory.cs
- TdsRecordBufferSetter.cs
- RegistrationServices.cs
- DataTableReaderListener.cs
- RectAnimationBase.cs
- EndpointNotFoundException.cs
- ResourceReader.cs
- ToolBarOverflowPanel.cs
- AxisAngleRotation3D.cs
- TripleDESCryptoServiceProvider.cs
- LayoutEvent.cs
- ResourceReader.cs
- HttpServerVarsCollection.cs
- SystemThemeKey.cs
- CheckBoxList.cs
- LinkButton.cs
- XmlQualifiedName.cs
- DependencyPropertyValueSerializer.cs
- DataPagerFieldCommandEventArgs.cs
- GroupDescription.cs
- Positioning.cs
- Filter.cs
- ProcessHost.cs
- EnumBuilder.cs
- MaskInputRejectedEventArgs.cs
- XmlWrappingReader.cs
- ApplicationSettingsBase.cs
- ListViewCancelEventArgs.cs
- SystemWebExtensionsSectionGroup.cs
- RequestSecurityTokenResponse.cs
- X509ThumbprintKeyIdentifierClause.cs
- SlipBehavior.cs
- UnsafeNativeMethods.cs
- NullableBoolConverter.cs
- DataGridToolTip.cs
- ToolstripProfessionalRenderer.cs
- TextRangeSerialization.cs
- ConnectionPointCookie.cs
- Renderer.cs
- ImageClickEventArgs.cs
- IODescriptionAttribute.cs
- DataPagerFieldItem.cs
- FileLogRecordStream.cs
- _TLSstream.cs
- RuleProcessor.cs
- ClientBuildManagerCallback.cs
- CodeAttributeDeclarationCollection.cs
- Parser.cs
- XmlSchemaFacet.cs
- Configuration.cs
- WebServiceEnumData.cs
- XmlWrappingReader.cs
- MsmqIntegrationMessagePool.cs
- CommandHelper.cs
- MsmqQueue.cs
- PasswordRecovery.cs
- XsdValidatingReader.cs
- PersonalizationProvider.cs
- SelectedGridItemChangedEvent.cs
- ParenthesizePropertyNameAttribute.cs
- DrawToolTipEventArgs.cs
- ObjectParameterCollection.cs
- CompleteWizardStep.cs
- HtmlTextArea.cs
- Int32Animation.cs
- HtmlTable.cs
- DateTimeValueSerializer.cs
- MarkerProperties.cs
- NullPackagingPolicy.cs
- HtmlHistory.cs
- MultiBindingExpression.cs
- Underline.cs
- VerificationAttribute.cs
- InProcStateClientManager.cs
- SafeSystemMetrics.cs
- AlternateView.cs