Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / Runtime / Serialization / Formatters / SoapMessage.cs / 1 / SoapMessage.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: SoapMessage ** ** ** Purpose: Interface For Soap Method Call ** ** ===========================================================*/ namespace System.Runtime.Serialization.Formatters { using System.Runtime.Remoting; using System.Runtime.Remoting.Messaging; using System.Runtime.Serialization; using System; // Class is used to return the call object for a SOAP call. // This is used when the top SOAP object is a fake object, it contains // a method name as the element name instead of the object name. [Serializable()] [System.Runtime.InteropServices.ComVisible(true)] public class SoapMessage : ISoapMessage { internal String[] paramNames; internal Object[] paramValues; internal Type[] paramTypes; internal String methodName; internal String xmlNameSpace; internal Header[] headers; // Name of parameters, if null the default param names will be used public String[] ParamNames { get {return paramNames;} set {paramNames = value;} } // Parameter Values public Object[] ParamValues { get {return paramValues;} set {paramValues = value;} } public Type[] ParamTypes { get {return paramTypes;} set {paramTypes = value;} } // MethodName public String MethodName { get {return methodName;} set {methodName = value;} } // MethodName XmlNameSpace public String XmlNameSpace { get {return xmlNameSpace;} set {xmlNameSpace = value;} } // Headers public Header[] Headers { get {return headers;} set {headers = value;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: SoapMessage ** ** ** Purpose: Interface For Soap Method Call ** ** ===========================================================*/ namespace System.Runtime.Serialization.Formatters { using System.Runtime.Remoting; using System.Runtime.Remoting.Messaging; using System.Runtime.Serialization; using System; // Class is used to return the call object for a SOAP call. // This is used when the top SOAP object is a fake object, it contains // a method name as the element name instead of the object name. [Serializable()] [System.Runtime.InteropServices.ComVisible(true)] public class SoapMessage : ISoapMessage { internal String[] paramNames; internal Object[] paramValues; internal Type[] paramTypes; internal String methodName; internal String xmlNameSpace; internal Header[] headers; // Name of parameters, if null the default param names will be used public String[] ParamNames { get {return paramNames;} set {paramNames = value;} } // Parameter Values public Object[] ParamValues { get {return paramValues;} set {paramValues = value;} } public Type[] ParamTypes { get {return paramTypes;} set {paramTypes = value;} } // MethodName public String MethodName { get {return methodName;} set {methodName = value;} } // MethodName XmlNameSpace public String XmlNameSpace { get {return xmlNameSpace;} set {xmlNameSpace = value;} } // Headers public Header[] Headers { get {return headers;} set {headers = value;} } } } // 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
- SHA512.cs
- ElementUtil.cs
- FloaterBaseParaClient.cs
- UpdateTranslator.cs
- DebugView.cs
- MatrixTransform.cs
- ellipse.cs
- ImageConverter.cs
- CustomError.cs
- TextMetrics.cs
- CounterCreationData.cs
- CharConverter.cs
- KeyedQueue.cs
- HttpPostedFile.cs
- ConsoleTraceListener.cs
- SafeNativeMethods.cs
- XmlSchemaResource.cs
- ControlIdConverter.cs
- SBCSCodePageEncoding.cs
- StaticFileHandler.cs
- SkinBuilder.cs
- FigureHelper.cs
- _ProxyChain.cs
- DrawingContext.cs
- ObjectTokenCategory.cs
- ResourceDescriptionAttribute.cs
- RegistryConfigurationProvider.cs
- XPathNavigatorKeyComparer.cs
- TreeNodeCollectionEditor.cs
- UserNameSecurityToken.cs
- sapiproxy.cs
- VectorCollection.cs
- HuffCodec.cs
- CodeIterationStatement.cs
- XpsSerializationException.cs
- TextElementCollection.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- ItemDragEvent.cs
- CompilationSection.cs
- WebPartZone.cs
- MetadataArtifactLoaderCompositeFile.cs
- GuidelineCollection.cs
- ConnectionManagementElementCollection.cs
- MatrixConverter.cs
- WebServiceData.cs
- FullTextLine.cs
- TraceEventCache.cs
- TimelineClockCollection.cs
- MimePart.cs
- GlobalProxySelection.cs
- XmlDocumentType.cs
- DesignerCatalogPartChrome.cs
- SQlBooleanStorage.cs
- PrinterResolution.cs
- regiisutil.cs
- Vector3DCollectionValueSerializer.cs
- References.cs
- NativeMethods.cs
- DbParameterCollection.cs
- NgenServicingAttributes.cs
- VoiceChangeEventArgs.cs
- Byte.cs
- infer.cs
- TextEditorSpelling.cs
- PreviewPageInfo.cs
- contentDescriptor.cs
- ButtonBase.cs
- ArgumentException.cs
- SponsorHelper.cs
- UInt32.cs
- Token.cs
- WebPartTransformer.cs
- PointAnimation.cs
- XmlSerializerVersionAttribute.cs
- SizeConverter.cs
- ProfileService.cs
- RijndaelManagedTransform.cs
- XmlWriterSettings.cs
- ReliableOutputConnection.cs
- HtmlControlPersistable.cs
- CustomAttribute.cs
- WindowsRebar.cs
- TableLayoutStyleCollection.cs
- ReachDocumentSequenceSerializer.cs
- figurelength.cs
- CngAlgorithm.cs
- SchemaComplexType.cs
- PathTooLongException.cs
- Opcode.cs
- TdsParameterSetter.cs
- FolderLevelBuildProvider.cs
- RemotingConfiguration.cs
- DrawingVisual.cs
- CircleHotSpot.cs
- Point3DAnimation.cs
- WebPartConnectionsConnectVerb.cs
- FillRuleValidation.cs
- Native.cs
- ASCIIEncoding.cs
- TrackBar.cs