[Serializable] |
ctor #1 | Default constructor. This constructor is called by derived class constructors to initialize state in this type. |
Headers | Read-write Gets or sets the out-of-band data of the called method. |
MethodName | Read-write Gets or sets the name of the called method. |
ParamNames | Read-write Gets or sets the parameter names for the called method. |
ParamTypes | Read-write Gets or sets the parameter types for the called method. |
ParamValues | Read-write Gets or sets the parameter values for the called method. |
XmlNameSpace | Read-write Gets or sets the XML namespace name where the object containing the called method is located. |
Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public SoapMessage(); |
public Header[] Headers {get; set;}
|
public string MethodName {get; set;}
|
public string[] ParamNames {get; set;}
|
public Type[] ParamTypes {get; set;}
|
public object[] ParamValues {get; set;}
|
public string XmlNameSpace {get; set;}
|
~SoapMessage(); |
public virtual int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public virtual string ToString(); |