Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / WasHosting / System / ServiceModel / WasHosting / MsmqIntegrationProcessProtocolHandler.cs / 1 / MsmqIntegrationProcessProtocolHandler.cs
//---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------------------- namespace System.ServiceModel.WasHosting { using System.Runtime.InteropServices; using System.ServiceModel.Channels; using System.ServiceModel.Activation; using System.Web.Hosting; 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BitmapEffectCollection.cs
- SelectionProviderWrapper.cs
- LayoutTableCell.cs
- Matrix3DStack.cs
- filewebrequest.cs
- Transactions.cs
- NativeCppClassAttribute.cs
- ImageConverter.cs
- TableItemStyle.cs
- ThrowHelper.cs
- WorkflowRuntime.cs
- Sql8ConformanceChecker.cs
- GenericEnumerator.cs
- GeneralTransform3DGroup.cs
- RenderDataDrawingContext.cs
- TreeNodeMouseHoverEvent.cs
- BindingWorker.cs
- SchemaInfo.cs
- SqlStream.cs
- LayoutManager.cs
- TextSelectionHelper.cs
- XmlChildNodes.cs
- TailCallAnalyzer.cs
- DrawingContext.cs
- CodeNamespace.cs
- SymmetricKeyWrap.cs
- DetailsViewDeleteEventArgs.cs
- SplitterEvent.cs
- ListDataBindEventArgs.cs
- CallbackBehaviorAttribute.cs
- SurrogateChar.cs
- XmlIgnoreAttribute.cs
- StructuredCompositeActivityDesigner.cs
- ListSortDescription.cs
- StorageEntityTypeMapping.cs
- AttachmentService.cs
- DataObjectCopyingEventArgs.cs
- ResourcePool.cs
- SamlAuthorityBinding.cs
- HttpServerVarsCollection.cs
- EncodingNLS.cs
- SortedList.cs
- WindowsIPAddress.cs
- SqlUnionizer.cs
- WebPartHelpVerb.cs
- SmtpFailedRecipientsException.cs
- ViewStateModeByIdAttribute.cs
- XmlElementAttribute.cs
- Terminate.cs
- ReflectPropertyDescriptor.cs
- HtmlEncodedRawTextWriter.cs
- Rect3D.cs
- HtmlTable.cs
- GradientStopCollection.cs
- StateBag.cs
- SelectionItemProviderWrapper.cs
- LocalizationComments.cs
- VerticalAlignConverter.cs
- _OSSOCK.cs
- ChannelPoolSettingsElement.cs
- HandleRef.cs
- DataTableReader.cs
- TreeIterator.cs
- ThemeDirectoryCompiler.cs
- CustomTrackingQuery.cs
- _ScatterGatherBuffers.cs
- PageThemeParser.cs
- RegexReplacement.cs
- HtmlElementErrorEventArgs.cs
- HttpResponseInternalWrapper.cs
- BitmapInitialize.cs
- Fonts.cs
- CompilerGlobalScopeAttribute.cs
- DbProviderSpecificTypePropertyAttribute.cs
- ConfigurationStrings.cs
- PropertyMapper.cs
- IPEndPoint.cs
- EntityCommandExecutionException.cs
- EmptyImpersonationContext.cs
- CreateUserWizardStep.cs
- XhtmlConformanceSection.cs
- NullableFloatMinMaxAggregationOperator.cs
- FixedTextView.cs
- ServiceManager.cs
- DragDropHelper.cs
- hwndwrapper.cs
- ControlPropertyNameConverter.cs
- HttpRequestBase.cs
- WebBrowser.cs
- InternalRelationshipCollection.cs
- InputLanguageManager.cs
- OletxTransactionHeader.cs
- TrustLevel.cs
- ErrorBehavior.cs
- TransportSecurityBindingElement.cs
- XPathNode.cs
- XsltLibrary.cs
- ServicePointManager.cs
- MatrixValueSerializer.cs
- AppManager.cs