Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / System.ServiceModel.Activation / System / ServiceModel / Activation / ServiceDeploymentInfo.cs / 1305376 / ServiceDeploymentInfo.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Activation { using System.Collections; using System.Collections.ObjectModel; class ServiceDeploymentInfo { public ServiceDeploymentInfo(string virtualPath, ServiceHostFactoryBase serviceHostFactory, string serviceType) { this.VirtualPath = virtualPath; this.ServiceHostFactory = serviceHostFactory; this.ServiceType = serviceType; this.MessageHandledByRoute = false; } public bool MessageHandledByRoute { get; set; } public string VirtualPath { get; private set; } public string ServiceType { get; private set; } public ServiceHostFactoryBase ServiceHostFactory { get; private set; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Activation { using System.Collections; using System.Collections.ObjectModel; class ServiceDeploymentInfo { public ServiceDeploymentInfo(string virtualPath, ServiceHostFactoryBase serviceHostFactory, string serviceType) { this.VirtualPath = virtualPath; this.ServiceHostFactory = serviceHostFactory; this.ServiceType = serviceType; this.MessageHandledByRoute = false; } public bool MessageHandledByRoute { get; set; } public string VirtualPath { get; private set; } public string ServiceType { get; private set; } public ServiceHostFactoryBase ServiceHostFactory { get; private set; } } } // 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
- WindowsListViewGroupHelper.cs
- HostingEnvironmentWrapper.cs
- SafeSerializationManager.cs
- PkcsUtils.cs
- TagNameToTypeMapper.cs
- XmlILCommand.cs
- ReadOnlyPermissionSet.cs
- InternalBufferOverflowException.cs
- XmlQueryOutput.cs
- Material.cs
- ShaderEffect.cs
- UpdateExpressionVisitor.cs
- FragmentQueryKB.cs
- EntityTransaction.cs
- InternalSafeNativeMethods.cs
- ParserExtension.cs
- ExpandCollapseProviderWrapper.cs
- Span.cs
- DefaultEventAttribute.cs
- TraceFilter.cs
- Triplet.cs
- SortedList.cs
- DesignerDataView.cs
- SimpleType.cs
- ObjectAssociationEndMapping.cs
- CodeAttributeArgumentCollection.cs
- ComplexTypeEmitter.cs
- FlowLayoutSettings.cs
- SecUtil.cs
- InputLanguageManager.cs
- SynchronizationLockException.cs
- XslNumber.cs
- ReachDocumentPageSerializer.cs
- DrawingBrush.cs
- LayoutUtils.cs
- QuaternionAnimation.cs
- GenericWebPart.cs
- CompositeFontInfo.cs
- XmlQueryStaticData.cs
- DeviceSpecificDesigner.cs
- ErrorTableItemStyle.cs
- BamlReader.cs
- Int32Storage.cs
- ImageSource.cs
- HostingPreferredMapPath.cs
- ExpressionPrinter.cs
- SqlBuilder.cs
- SqlDuplicator.cs
- InputQueue.cs
- SqlClientWrapperSmiStream.cs
- UIElement.cs
- ScaleTransform3D.cs
- BlobPersonalizationState.cs
- RemotingServices.cs
- SecureEnvironment.cs
- EntityCommand.cs
- FacetDescription.cs
- Point3D.cs
- BindStream.cs
- ComboBoxDesigner.cs
- NoneExcludedImageIndexConverter.cs
- TypeHelper.cs
- HtmlWindow.cs
- TreeViewBindingsEditor.cs
- ProtocolViolationException.cs
- InstanceDataCollection.cs
- oledbconnectionstring.cs
- FileAuthorizationModule.cs
- MTConfigUtil.cs
- XmlElementAttribute.cs
- ProcessExitedException.cs
- EventWaitHandle.cs
- BridgeDataRecord.cs
- EventPrivateKey.cs
- TdsValueSetter.cs
- StateFinalizationDesigner.cs
- DataGridViewSortCompareEventArgs.cs
- shaperfactoryquerycacheentry.cs
- DbParameterHelper.cs
- ButtonBaseAutomationPeer.cs
- HandleRef.cs
- PreviewKeyDownEventArgs.cs
- DataGridTableStyleMappingNameEditor.cs
- WindowsMenu.cs
- Rect3DConverter.cs
- GridViewAutomationPeer.cs
- SqlDataSourceConfigureSortForm.cs
- SqlCaseSimplifier.cs
- QilInvokeEarlyBound.cs
- TemplateBindingExtension.cs
- SettingsBase.cs
- XmlSchemaInferenceException.cs
- QilList.cs
- LayoutInformation.cs
- CollectionView.cs
- XmlValueConverter.cs
- FrameworkElementFactory.cs
- ActiveXSite.cs
- GPRECT.cs
- SoapAttributeOverrides.cs