Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / WasHosting / System / ServiceModel / WasHosting / MsmqProcessProtocolHandler.cs / 1305376 / MsmqProcessProtocolHandler.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 MsmqProcessProtocolHandler : BaseProcessProtocolHandler { public MsmqProcessProtocolHandler() : base(MsmqUri.NetMsmqAddressTranslator.Scheme) { } internal override void HandleStartListenerChannelError(IListenerChannelCallback listenerChannelCallback, Exception ex) { listenerChannelCallback.ReportStarted(); listenerChannelCallback.ReportStopped(System.Runtime.InteropServices.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
- TextEditorLists.cs
- PerspectiveCamera.cs
- RegexGroup.cs
- path.cs
- TextSelectionHighlightLayer.cs
- ImageFormat.cs
- Int32Rect.cs
- SoapIgnoreAttribute.cs
- HtmlGenericControl.cs
- XmlSerializerFactory.cs
- ExitEventArgs.cs
- RulePatternOps.cs
- ChangeNode.cs
- MetadataImporterQuotas.cs
- SelectionProcessor.cs
- NumberEdit.cs
- QueueAccessMode.cs
- PresentationAppDomainManager.cs
- WebColorConverter.cs
- ColorPalette.cs
- WebCodeGenerator.cs
- BitmapDownload.cs
- odbcmetadatacollectionnames.cs
- Single.cs
- HttpCookiesSection.cs
- Int32Converter.cs
- Validator.cs
- MatchingStyle.cs
- XmlSchemaImporter.cs
- TransformProviderWrapper.cs
- SmiEventStream.cs
- SQLChars.cs
- ZipPackagePart.cs
- HyperLinkStyle.cs
- IBuiltInEvidence.cs
- HiddenField.cs
- TimeoutException.cs
- DefaultValidator.cs
- InvalidCastException.cs
- EditingCoordinator.cs
- FunctionNode.cs
- ThreadAbortException.cs
- ListControlBuilder.cs
- FormsAuthenticationCredentials.cs
- LogLogRecord.cs
- JavaScriptString.cs
- QilInvokeEarlyBound.cs
- ProfileSettingsCollection.cs
- XmlMembersMapping.cs
- ValidationHelper.cs
- CqlWriter.cs
- XmlDataSourceNodeDescriptor.cs
- Bold.cs
- CaseInsensitiveHashCodeProvider.cs
- UnsafePeerToPeerMethods.cs
- ProfileModule.cs
- XsltSettings.cs
- ContentElementAutomationPeer.cs
- DocumentViewerHelper.cs
- XmlSignatureProperties.cs
- TargetControlTypeAttribute.cs
- ObjectPropertyMapping.cs
- SchemaTableColumn.cs
- ObjectCache.cs
- RunInstallerAttribute.cs
- EntryWrittenEventArgs.cs
- FunctionMappingTranslator.cs
- UserThread.cs
- StylusTouchDevice.cs
- PasswordPropertyTextAttribute.cs
- Events.cs
- CompiledRegexRunner.cs
- PermissionSetEnumerator.cs
- TrustLevelCollection.cs
- SelectorAutomationPeer.cs
- CursorInteropHelper.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- ReflectionHelper.cs
- DllNotFoundException.cs
- COM2ComponentEditor.cs
- DBPropSet.cs
- ContainerUIElement3D.cs
- CapabilitiesRule.cs
- VisualTarget.cs
- ZipIORawDataFileBlock.cs
- OdbcRowUpdatingEvent.cs
- PreviewPrintController.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- TypeReference.cs
- ListBindableAttribute.cs
- RedistVersionInfo.cs
- StrokeFIndices.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- webclient.cs
- WrappedIUnknown.cs
- StateManager.cs
- LocalBuilder.cs
- ScriptingAuthenticationServiceSection.cs
- AddToCollection.cs
- DataFieldCollectionEditor.cs