Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / UnknownMessageReceivedEventArgs.cs / 1 / UnknownMessageReceivedEventArgs.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel { using System; using System.ServiceModel.Channels; public sealed class UnknownMessageReceivedEventArgs : EventArgs { Message message; internal UnknownMessageReceivedEventArgs(Message message) { this.message = message; } public Message Message { get { return this.message; } } } } // 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
- PackageDigitalSignatureManager.cs
- ContextQuery.cs
- SqlParameter.cs
- Attributes.cs
- IssuedTokenClientCredential.cs
- GZipStream.cs
- NamedPermissionSet.cs
- RoutingUtilities.cs
- TreeNodeClickEventArgs.cs
- PropertiesTab.cs
- WebPartHelpVerb.cs
- TypeExtension.cs
- EnumMember.cs
- HotSpot.cs
- DirectoryNotFoundException.cs
- ReferencedAssemblyResolver.cs
- ExpressionTextBox.xaml.cs
- CompilationSection.cs
- CompiledXpathExpr.cs
- ComPlusInstanceContextInitializer.cs
- ProfileBuildProvider.cs
- FileVersionInfo.cs
- _Semaphore.cs
- UInt16Storage.cs
- InstalledFontCollection.cs
- CollectionConverter.cs
- ValueSerializer.cs
- ResourceProperty.cs
- List.cs
- XmlSchemaParticle.cs
- RuleEngine.cs
- ObjectSet.cs
- WindowsGrip.cs
- SigningCredentials.cs
- FontCollection.cs
- EventToken.cs
- TypedElement.cs
- HtmlTernaryTree.cs
- DetectRunnableInstancesTask.cs
- RangeBaseAutomationPeer.cs
- BuildProviderAppliesToAttribute.cs
- CodeComment.cs
- DigestComparer.cs
- ServiceCredentials.cs
- InkCanvas.cs
- DetailsViewRow.cs
- HtmlSelect.cs
- RowUpdatingEventArgs.cs
- MulticastDelegate.cs
- ClientEventManager.cs
- PathGradientBrush.cs
- FontFaceLayoutInfo.cs
- CompilationUtil.cs
- EventLog.cs
- ReadWriteObjectLock.cs
- DataGridAutomationPeer.cs
- WebServiceClientProxyGenerator.cs
- BuildProviderCollection.cs
- SByteStorage.cs
- ThreadExceptionEvent.cs
- DashStyle.cs
- OracleCommandSet.cs
- AtomParser.cs
- MethodBody.cs
- HashHelpers.cs
- HtmlTableRow.cs
- FileUpload.cs
- ConnectionProviderAttribute.cs
- SpellerStatusTable.cs
- DrawToolTipEventArgs.cs
- DateTimeUtil.cs
- QueryAccessibilityHelpEvent.cs
- WinFormsSecurity.cs
- PropertyGroupDescription.cs
- MarshalDirectiveException.cs
- AgileSafeNativeMemoryHandle.cs
- StringReader.cs
- MLangCodePageEncoding.cs
- MinMaxParagraphWidth.cs
- FunctionMappingTranslator.cs
- ExceptionUtil.cs
- VolatileEnlistmentMultiplexing.cs
- DeobfuscatingStream.cs
- SecurityTokenTypes.cs
- Label.cs
- BitVector32.cs
- ValidationErrorCollection.cs
- storepermission.cs
- WeakReferenceList.cs
- IisTraceListener.cs
- BypassElementCollection.cs
- ToolboxComponentsCreatedEventArgs.cs
- PlainXmlWriter.cs
- MetadataUtilsSmi.cs
- DataBoundControl.cs
- xmlglyphRunInfo.cs
- TemplateNodeContextMenu.cs
- xmlglyphRunInfo.cs
- ObjectHandle.cs
- DataServiceProcessingPipeline.cs