Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / NetFx35 / System.ServiceModel.Web / System / ServiceModel / Activation / WebServiceHostFactory.cs / 1 / WebServiceHostFactory.cs
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------
namespace System.ServiceModel.Activation
{
using System.Web;
using System.Web.Hosting;
using System.IO;
using System.ServiceModel.Web;
using System.ServiceModel.Diagnostics;
using System.ServiceModel.Activation;
using System.Web.Compilation;
using System.Reflection;
public class WebServiceHostFactory : ServiceHostFactory
{
protected override ServiceHost CreateServiceHost(Type serviceType, Uri[] baseAddresses)
{
return new WebServiceHost(serviceType, baseAddresses);
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SliderAutomationPeer.cs
- SessionStateModule.cs
- PersonalizablePropertyEntry.cs
- DataSourceSelectArguments.cs
- MissingFieldException.cs
- BounceEase.cs
- ExpandoObject.cs
- UnaryExpressionHelper.cs
- FloaterBaseParaClient.cs
- HashCoreRequest.cs
- XsdDateTime.cs
- SocketAddress.cs
- HttpListenerResponse.cs
- SignatureResourceHelper.cs
- PrintingPermission.cs
- MainMenu.cs
- Message.cs
- CriticalFinalizerObject.cs
- RTLAwareMessageBox.cs
- Process.cs
- XmlRootAttribute.cs
- UTF32Encoding.cs
- ConfigXmlElement.cs
- Identity.cs
- XmlWriter.cs
- SynchronizationContext.cs
- VerificationException.cs
- TypeReference.cs
- RuleSetCollection.cs
- hwndwrapper.cs
- CompiledQueryCacheEntry.cs
- DynamicRendererThreadManager.cs
- DataGridViewCellStyle.cs
- MouseOverProperty.cs
- ScrollProviderWrapper.cs
- PointConverter.cs
- AuthenticatedStream.cs
- ThicknessKeyFrameCollection.cs
- Events.cs
- Button.cs
- BadImageFormatException.cs
- Line.cs
- ResolveCriteriaApril2005.cs
- CodeSnippetExpression.cs
- SQLRoleProvider.cs
- SBCSCodePageEncoding.cs
- httpapplicationstate.cs
- TableRow.cs
- XmlBufferReader.cs
- TransformPatternIdentifiers.cs
- wmiprovider.cs
- ObjectViewFactory.cs
- ReferentialConstraint.cs
- RemotingClientProxy.cs
- VectorAnimation.cs
- XmlBinaryReader.cs
- GridItemPattern.cs
- AccessedThroughPropertyAttribute.cs
- XmlRawWriterWrapper.cs
- SqlDataSourceCache.cs
- DataSourceHelper.cs
- FormViewRow.cs
- SchemaNamespaceManager.cs
- PreservationFileReader.cs
- initElementDictionary.cs
- DataBindingsDialog.cs
- ProcessModuleCollection.cs
- OneOfElement.cs
- RangeValidator.cs
- MultiView.cs
- MsmqInputSessionChannelListener.cs
- UnmanagedMemoryAccessor.cs
- AttributeParameterInfo.cs
- ColumnResizeAdorner.cs
- FrameworkObject.cs
- PointAnimationClockResource.cs
- XmlSubtreeReader.cs
- GenericsInstances.cs
- PreservationFileWriter.cs
- ToolStripKeyboardHandlingService.cs
- DictionaryBase.cs
- CommentAction.cs
- Types.cs
- HttpPostProtocolImporter.cs
- ConsoleCancelEventArgs.cs
- SectionRecord.cs
- _BufferOffsetSize.cs
- Math.cs
- ObjectQueryState.cs
- WinFormsUtils.cs
- DateTimeFormat.cs
- IDictionary.cs
- ParameterEditorUserControl.cs
- BitmapFrameEncode.cs
- MetadataSource.cs
- LocatorGroup.cs
- CodePropertyReferenceExpression.cs
- Literal.cs
- ActionItem.cs
- CngKey.cs