Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CacheMode.cs
- BCryptNative.cs
- StringComparer.cs
- QilValidationVisitor.cs
- ConsumerConnectionPointCollection.cs
- XmlSignatureProperties.cs
- DataViewManager.cs
- GenericsInstances.cs
- DiagnosticsElement.cs
- BinHexEncoder.cs
- AvTrace.cs
- XmlHelper.cs
- PtsContext.cs
- User.cs
- ListViewDeletedEventArgs.cs
- RijndaelManaged.cs
- TemplateNameScope.cs
- FontCollection.cs
- ListBoxItem.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- ClrProviderManifest.cs
- DesignSurfaceCollection.cs
- RuntimeIdentifierPropertyAttribute.cs
- GridViewColumnCollection.cs
- ItemAutomationPeer.cs
- ActivityFunc.cs
- QueryBranchOp.cs
- UmAlQuraCalendar.cs
- WebPartConnectionsEventArgs.cs
- PriorityChain.cs
- LicenseManager.cs
- JsonUriDataContract.cs
- SecurityPermission.cs
- SafeLibraryHandle.cs
- StatusBarPanelClickEvent.cs
- RoutedEventValueSerializer.cs
- PartitionedStream.cs
- XmlReflectionImporter.cs
- FileLevelControlBuilderAttribute.cs
- LogEntryHeaderDeserializer.cs
- DbProviderServices.cs
- ProxyBuilder.cs
- FullTrustAssembliesSection.cs
- SmiMetaDataProperty.cs
- RenderData.cs
- oledbconnectionstring.cs
- ModuleBuilderData.cs
- NetworkInformationPermission.cs
- HtmlProps.cs
- Expression.cs
- BitmapEffectGroup.cs
- NumberSubstitution.cs
- QilFactory.cs
- util.cs
- WsatRegistrationHeader.cs
- RSAPKCS1SignatureDeformatter.cs
- HttpModuleCollection.cs
- MatchNoneMessageFilter.cs
- StickyNote.cs
- SoapAttributeOverrides.cs
- TreeNodeBinding.cs
- RolePrincipal.cs
- CodeTypeConstructor.cs
- DataKeyCollection.cs
- TextBlockAutomationPeer.cs
- ListViewItemEventArgs.cs
- FreezableDefaultValueFactory.cs
- DataGridViewRow.cs
- BindingCollection.cs
- TargetControlTypeCache.cs
- XmlILConstructAnalyzer.cs
- Model3D.cs
- SmiTypedGetterSetter.cs
- SendingRequestEventArgs.cs
- PreviewKeyDownEventArgs.cs
- TextEditorCharacters.cs
- HyperLink.cs
- ColorMap.cs
- DynamicMetaObjectBinder.cs
- GroupItem.cs
- WebConfigurationManager.cs
- BinaryObjectReader.cs
- FormsAuthenticationUser.cs
- DocumentPageView.cs
- WmlImageAdapter.cs
- HtmlFormAdapter.cs
- WindowHideOrCloseTracker.cs
- EntityDesignerDataSourceView.cs
- LineVisual.cs
- PropertyInfoSet.cs
- HMACSHA512.cs
- Random.cs
- XmlToDatasetMap.cs
- Stylesheet.cs
- DesignerActionUIStateChangeEventArgs.cs
- StructuredTypeEmitter.cs
- IpcClientChannel.cs
- SerializerProvider.cs
- StorageSetMapping.cs
- CodeDefaultValueExpression.cs