Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / WasHosting / System / ServiceModel / WasHosting / MsmqIntegrationProcessProtocolHandler.cs / 1305376 / MsmqIntegrationProcessProtocolHandler.cs
//---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------------------- namespace System.ServiceModel.WasHosting { using System.Diagnostics.CodeAnalysis; using System.Runtime; using System.Runtime.InteropServices; using System.ServiceModel.Channels; using System.ServiceModel.Activation; using System.Web.Hosting; [SuppressMessage(FxCop.Category.Performance, FxCop.Rule.AvoidUninstantiatedInternalClasses, Justification = "Instantiated by ASP.NET")] class MsmqIntegrationProcessProtocolHandler : BaseProcessProtocolHandler { public MsmqIntegrationProcessProtocolHandler() : base(MsmqUri.FormatNameAddressTranslator.Scheme) { } internal override void HandleStartListenerChannelError(IListenerChannelCallback listenerChannelCallback, Exception ex) { listenerChannelCallback.ReportStarted(); listenerChannelCallback.ReportStopped(Marshal.GetHRForException(ex)); } } } // 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.Runtime.InteropServices; using System.ServiceModel.Channels; using System.ServiceModel.Activation; using System.Web.Hosting; [SuppressMessage(FxCop.Category.Performance, FxCop.Rule.AvoidUninstantiatedInternalClasses, Justification = "Instantiated by ASP.NET")] class MsmqIntegrationProcessProtocolHandler : BaseProcessProtocolHandler { public MsmqIntegrationProcessProtocolHandler() : base(MsmqUri.FormatNameAddressTranslator.Scheme) { } internal override void HandleStartListenerChannelError(IListenerChannelCallback listenerChannelCallback, Exception ex) { listenerChannelCallback.ReportStarted(); listenerChannelCallback.ReportStopped(Marshal.GetHRForException(ex)); } } } // 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
- WebPartRestoreVerb.cs
- GridViewColumnHeader.cs
- DefaultSerializationProviderAttribute.cs
- CompModSwitches.cs
- BrushConverter.cs
- ReadOnlyDictionary.cs
- ContractHandle.cs
- EntityFrameworkVersions.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- ProjectionCamera.cs
- RecognizedPhrase.cs
- ListDataBindEventArgs.cs
- SecurityTokenProvider.cs
- WindowsTokenRoleProvider.cs
- FontUnit.cs
- ClientSettingsStore.cs
- SafeLibraryHandle.cs
- ScriptControlManager.cs
- FixedFindEngine.cs
- FilterableAttribute.cs
- SvcMapFileLoader.cs
- HttpRequestCacheValidator.cs
- DataControlFieldHeaderCell.cs
- ResourceProviderFactory.cs
- TemplateComponentConnector.cs
- SplitterEvent.cs
- PointLightBase.cs
- InsufficientExecutionStackException.cs
- SwitchElementsCollection.cs
- CodePageUtils.cs
- MediaElement.cs
- ConnectionManager.cs
- FigureParaClient.cs
- FlowLayoutPanel.cs
- CheckPair.cs
- Types.cs
- StagingAreaInputItem.cs
- LocalValueEnumerator.cs
- ComAwareEventInfo.cs
- FileDialog.cs
- OwnerDrawPropertyBag.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- CodeTypeReferenceExpression.cs
- InstanceOwnerException.cs
- XmlSignificantWhitespace.cs
- IChannel.cs
- EmitterCache.cs
- ProfileWorkflowElement.cs
- _NtlmClient.cs
- WorkflowWebHostingModule.cs
- SafeHandles.cs
- ViewBox.cs
- ToolStripSeparatorRenderEventArgs.cs
- TryCatchDesigner.xaml.cs
- SQLResource.cs
- RangeContentEnumerator.cs
- HtmlTitle.cs
- COM2TypeInfoProcessor.cs
- OutOfProcStateClientManager.cs
- EntityConnectionStringBuilderItem.cs
- LayoutTableCell.cs
- ChannelParameterCollection.cs
- MasterPageCodeDomTreeGenerator.cs
- InputReferenceExpression.cs
- Win32SafeHandles.cs
- ResourcePermissionBase.cs
- TextTreeUndo.cs
- __Filters.cs
- GridViewColumnCollection.cs
- Lasso.cs
- FilterElement.cs
- SuppressMergeCheckAttribute.cs
- XmlReflectionImporter.cs
- ColumnBinding.cs
- ComponentRenameEvent.cs
- LabelEditEvent.cs
- Int16.cs
- MessageQueuePermissionEntry.cs
- MdiWindowListStrip.cs
- WebConfigurationManager.cs
- AxHostDesigner.cs
- CodeMemberProperty.cs
- BufferModesCollection.cs
- BindToObject.cs
- PasswordBox.cs
- WebPartConnectionsConnectVerb.cs
- Normalization.cs
- PassportPrincipal.cs
- SystemSounds.cs
- PlatformCulture.cs
- XmlTypeAttribute.cs
- ColorConverter.cs
- ToolStripDropDownDesigner.cs
- CodeIdentifiers.cs
- OperandQuery.cs
- SecurityUtils.cs
- Regex.cs
- AuthenticationService.cs
- ChtmlFormAdapter.cs
- GenericAuthenticationEventArgs.cs