Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / WasHosting / System / ServiceModel / WasHosting / NamedPipeProcessProtocolHandler.cs / 1305376 / NamedPipeProcessProtocolHandler.cs
//----------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//---------------------------------------------------------------------------
namespace System.ServiceModel.WasHosting
{
using System.Diagnostics.CodeAnalysis;
using System.Runtime;
using System.ServiceModel.Channels;
[SuppressMessage(FxCop.Category.Performance, FxCop.Rule.AvoidUninstantiatedInternalClasses,
Justification = "Instantiated by ASP.NET")]
class NamedPipeProcessProtocolHandler : BaseProcessProtocolHandler
{
public NamedPipeProcessProtocolHandler()
: base(Uri.UriSchemeNetPipe)
{ }
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//----------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//---------------------------------------------------------------------------
namespace System.ServiceModel.WasHosting
{
using System.Diagnostics.CodeAnalysis;
using System.Runtime;
using System.ServiceModel.Channels;
[SuppressMessage(FxCop.Category.Performance, FxCop.Rule.AvoidUninstantiatedInternalClasses,
Justification = "Instantiated by ASP.NET")]
class NamedPipeProcessProtocolHandler : BaseProcessProtocolHandler
{
public NamedPipeProcessProtocolHandler()
: base(Uri.UriSchemeNetPipe)
{ }
}
}
// 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
- TextEditorLists.cs
- Dispatcher.cs
- BitmapCache.cs
- EmitterCache.cs
- MetadataExchangeClient.cs
- IconHelper.cs
- ContentAlignmentEditor.cs
- TagPrefixCollection.cs
- CommonGetThemePartSize.cs
- SqlEnums.cs
- MultipleViewProviderWrapper.cs
- EntityDesignPluralizationHandler.cs
- ApplicationInfo.cs
- RuntimeWrappedException.cs
- ToolStripHighContrastRenderer.cs
- SafeFileMappingHandle.cs
- CodeCompiler.cs
- HostingEnvironmentWrapper.cs
- Common.cs
- CompilerGlobalScopeAttribute.cs
- ImageDrawing.cs
- PrintController.cs
- ColorTransform.cs
- HashHelper.cs
- DbParameterCollectionHelper.cs
- InvalidOleVariantTypeException.cs
- ColorIndependentAnimationStorage.cs
- ObjectDataSourceChooseTypePanel.cs
- WorkflowRuntimeServiceElementCollection.cs
- StructuralObject.cs
- TypedTableBaseExtensions.cs
- TitleStyle.cs
- BinaryCommonClasses.cs
- ServicePointManager.cs
- OptionUsage.cs
- ProvideValueServiceProvider.cs
- PrintDialogException.cs
- CachingHintValidation.cs
- EmptyQuery.cs
- Lock.cs
- AddInAttribute.cs
- CodeSnippetExpression.cs
- SmiRequestExecutor.cs
- DataGridCellAutomationPeer.cs
- BCLDebug.cs
- TableChangeProcessor.cs
- RuntimeConfigurationRecord.cs
- AccessText.cs
- WpfWebRequestHelper.cs
- WhitespaceSignificantCollectionAttribute.cs
- RuleProcessor.cs
- DesignUtil.cs
- DesignColumn.cs
- ProcessHostServerConfig.cs
- XsdDateTime.cs
- RegexCapture.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- ButtonColumn.cs
- BaseInfoTable.cs
- Parameter.cs
- Stack.cs
- ImageMapEventArgs.cs
- StoreItemCollection.cs
- PlatformCulture.cs
- ItemList.cs
- UnsafeNativeMethods.cs
- InstanceOwnerQueryResult.cs
- CharacterMetricsDictionary.cs
- MenuStrip.cs
- BlurBitmapEffect.cs
- CommandEventArgs.cs
- BitmapData.cs
- PanelContainerDesigner.cs
- SR.cs
- ListViewInsertEventArgs.cs
- DataSourceProvider.cs
- ObjectManager.cs
- SecureUICommand.cs
- OracleString.cs
- WebPartCollection.cs
- XmlAtomicValue.cs
- HtmlInputControl.cs
- HtmlSelect.cs
- WindowsRegion.cs
- TdsEnums.cs
- FixUp.cs
- WindowsHyperlink.cs
- EventDescriptorCollection.cs
- RNGCryptoServiceProvider.cs
- CircleHotSpot.cs
- StringValidatorAttribute.cs
- GridViewDeletedEventArgs.cs
- GenericTextProperties.cs
- Point3DCollection.cs
- DragCompletedEventArgs.cs
- StringDictionaryWithComparer.cs
- TreeNodeClickEventArgs.cs
- SID.cs
- LowerCaseStringConverter.cs
- CommunicationObjectFaultedException.cs