Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx35 / System.ServiceModel.Web / System / ServiceModel / Dispatcher / WebScriptMetadataFormatter.cs / 1305376 / WebScriptMetadataFormatter.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Dispatcher { using System.ServiceModel.Channels; internal class WebScriptMetadataFormatter : IDispatchMessageFormatter { public void DeserializeRequest(Message message, object[] parameters) { parameters[0] = message; } public Message SerializeReply(MessageVersion messageVersion, object[] parameters, object result) { return result as Message; } } } // 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
- SevenBitStream.cs
- EntityDataSourceSelectingEventArgs.cs
- PersistNameAttribute.cs
- XmlQualifiedName.cs
- CodeDesigner.cs
- ListViewHitTestInfo.cs
- BaseTreeIterator.cs
- AssemblyInfo.cs
- HtmlEncodedRawTextWriter.cs
- Icon.cs
- PathParser.cs
- CheckPair.cs
- HttpRuntime.cs
- Point3DAnimation.cs
- Point4D.cs
- IdentityModelStringsVersion1.cs
- AutoGeneratedFieldProperties.cs
- ScrollChrome.cs
- DataGridRelationshipRow.cs
- DataGridViewColumnConverter.cs
- HashCodeCombiner.cs
- Buffer.cs
- FixedPageAutomationPeer.cs
- MeasureItemEvent.cs
- CodeDirectoryCompiler.cs
- DataGridViewSelectedCellCollection.cs
- ZipIOModeEnforcingStream.cs
- ChangeInterceptorAttribute.cs
- MessageAction.cs
- UnionCodeGroup.cs
- SpeakCompletedEventArgs.cs
- DefaultClaimSet.cs
- TcpHostedTransportConfiguration.cs
- HttpException.cs
- UITypeEditor.cs
- EncoderNLS.cs
- precedingsibling.cs
- RightNameExpirationInfoPair.cs
- ListView.cs
- UnorderedHashRepartitionStream.cs
- QuaternionKeyFrameCollection.cs
- PrePrepareMethodAttribute.cs
- ObjectViewEntityCollectionData.cs
- XmlILConstructAnalyzer.cs
- CodePageUtils.cs
- ICspAsymmetricAlgorithm.cs
- XmlCompatibilityReader.cs
- EventWaitHandleSecurity.cs
- ChooseAction.cs
- nulltextnavigator.cs
- NavigationProgressEventArgs.cs
- ApplicationId.cs
- DesignerValidatorAdapter.cs
- SoapObjectReader.cs
- ReturnType.cs
- ItemType.cs
- DatagridviewDisplayedBandsData.cs
- TransformationRules.cs
- WebPartCatalogCloseVerb.cs
- Resources.Designer.cs
- Atom10FormatterFactory.cs
- OutgoingWebResponseContext.cs
- DateTimeStorage.cs
- FixedTextSelectionProcessor.cs
- FragmentNavigationEventArgs.cs
- HttpRequestBase.cs
- DataServiceQueryException.cs
- BamlTreeMap.cs
- odbcmetadatacolumnnames.cs
- DataGridViewToolTip.cs
- CompilationRelaxations.cs
- MappingModelBuildProvider.cs
- OleDbInfoMessageEvent.cs
- Pen.cs
- AttachedPropertyBrowsableAttribute.cs
- UInt64.cs
- OdbcConnectionHandle.cs
- TabRenderer.cs
- SmiEventSink_DeferedProcessing.cs
- DigitalSignature.cs
- ToolStripOverflow.cs
- ProjectionPlan.cs
- StylusPlugin.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- QilValidationVisitor.cs
- CookielessHelper.cs
- WebDescriptionAttribute.cs
- RawStylusActions.cs
- DecoderFallback.cs
- TextureBrush.cs
- DeclaredTypeValidator.cs
- PenContext.cs
- InternalTypeHelper.cs
- EmbeddedMailObjectsCollection.cs
- RoleGroupCollection.cs
- PagedDataSource.cs
- EasingFunctionBase.cs
- BackgroundFormatInfo.cs
- PeerObject.cs
- SizeLimitedCache.cs