Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / MsmqIntegration / MsmqIntegrationInputChannel.cs / 1 / MsmqIntegrationInputChannel.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.MsmqIntegration { using System.ServiceModel.Channels; sealed class MsmqIntegrationInputChannel : MsmqInputChannelBase { public MsmqIntegrationInputChannel(MsmqIntegrationChannelListener listener) : base(listener, new MsmqIntegrationMessagePool(MsmqDefaults.MaxPoolSize)) {} protected override Message DecodeMsmqMessage(MsmqInputMessage msmqMessage, MsmqMessageProperty property) { MsmqIntegrationChannelListener listener = this.Manager as MsmqIntegrationChannelListener; return MsmqDecodeHelper.DecodeIntegrationDatagram(listener, this.MsmqReceiveHelper, msmqMessage as MsmqIntegrationInputMessage, property); } } } // 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
- BitmapScalingModeValidation.cs
- XmlAutoDetectWriter.cs
- ZeroOpNode.cs
- RoutedCommand.cs
- ScrollChrome.cs
- ControlParameter.cs
- Msec.cs
- TextElementAutomationPeer.cs
- DropShadowBitmapEffect.cs
- SurrogateSelector.cs
- RowParagraph.cs
- ProfilePropertySettingsCollection.cs
- DiscreteKeyFrames.cs
- EpmHelper.cs
- UsernameTokenFactoryCredential.cs
- httpserverutility.cs
- XmlSchemaValidationException.cs
- PriorityChain.cs
- WebPartConnectionsEventArgs.cs
- XmlSchemaComplexContent.cs
- PropertyManager.cs
- TokenizerHelper.cs
- SpanIndex.cs
- FlowDocumentPage.cs
- ProfileParameter.cs
- Facet.cs
- AsmxEndpointPickerExtension.cs
- SrgsOneOf.cs
- ObjectHandle.cs
- CollectionConverter.cs
- Vector.cs
- DataGridViewTopRowAccessibleObject.cs
- SequentialOutput.cs
- HashAlgorithm.cs
- NativeMethods.cs
- CodeObjectCreateExpression.cs
- SerializationException.cs
- Inflater.cs
- Color.cs
- odbcmetadatafactory.cs
- RegionData.cs
- ClientType.cs
- DataSourceComponent.cs
- TextEditorSelection.cs
- ScopeElementCollection.cs
- HttpModuleAction.cs
- DataGridViewControlCollection.cs
- StorageComplexPropertyMapping.cs
- HwndTarget.cs
- RequestResponse.cs
- BoolExpr.cs
- ToolStripSplitStackLayout.cs
- OleStrCAMarshaler.cs
- PropertyMetadata.cs
- ServiceRouteHandler.cs
- WebPartZoneCollection.cs
- ResourceReferenceExpression.cs
- PointAnimationBase.cs
- DrawingImage.cs
- ToolStripMenuItemDesigner.cs
- RawTextInputReport.cs
- VerificationException.cs
- ValidationResult.cs
- sqlpipe.cs
- CodeDomSerializerException.cs
- MethodAccessException.cs
- Exceptions.cs
- DetailsViewUpdateEventArgs.cs
- Debug.cs
- DebugView.cs
- ChildChangedEventArgs.cs
- AssemblyCache.cs
- DesignerAdRotatorAdapter.cs
- Line.cs
- BitmapInitialize.cs
- NegotiationTokenAuthenticatorState.cs
- InputLanguageEventArgs.cs
- ParentQuery.cs
- shaper.cs
- LinqTreeNodeEvaluator.cs
- ZeroOpNode.cs
- DataServiceQueryProvider.cs
- OdbcEnvironmentHandle.cs
- DataSysAttribute.cs
- CodeConstructor.cs
- EditorPartCollection.cs
- CdpEqualityComparer.cs
- EntityContainerEmitter.cs
- XhtmlTextWriter.cs
- EmptyCollection.cs
- SubstitutionResponseElement.cs
- TextViewDesigner.cs
- ChineseLunisolarCalendar.cs
- ReadOnlyCollectionBase.cs
- XmlSerializationWriter.cs
- BlobPersonalizationState.cs
- GeneralTransform3DGroup.cs
- GPStream.cs
- AuthenticatedStream.cs
- ToolStripDropDownMenu.cs