SoapServerMethod Class
.NET Framework 4.5
Represents the attributes and metadata for an XML Web service method. This class cannot be inherited.
Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
The SoapServerMethod type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SoapServerMethod() | Creates a new SoapServerMethod. |
![]() | SoapServerMethod(Type, LogicalMethodInfo) | Creates a new SoapServerMethod. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets the SOAPAction HTTP header field of SOAP requests that are sent to this XML Web service method. |
![]() | BindingUse | Gets a SoapBindingUse value that specifies whether the parts of SOAP messages sent to this XML Web service method are encoded as abstract type definitions or concrete schema definitions. |
![]() | InHeaderMappings | Gets the XmlMembersMapping used with SOAP requests to this Web service method. |
![]() | InHeaderSerializer | Gets the XmlSerializer used with SOAP requests to this Web service method. |
![]() | MethodInfo | Gets the LogicalMethodInfo associated with this XML Web service method. |
![]() | OneWay | Gets a Boolean that indicates whether an XML Web service client waits for the Web server to finish processing this XML Web service method. |
![]() | OutHeaderMappings | Gets the XmlMembersMapping used with SOAP responses from this Web service method. |
![]() | OutHeaderSerializer | Gets the XmlSerializer used with SOAP responses from this Web service method. |
![]() | ParameterSerializer | Gets the XmlSerializer used with parameters that are passed to this Web service method. |
![]() | ParameterStyle | Gets a SoapParameterStyle object that specifies how parameters are formatted in SOAP messages sent to this XML Web service method. |
![]() | ReturnSerializer | Gets the XmlSerializer used with return values from this Web service method. |
![]() | Rpc | Gets a Boolean that indicates whether SOAP messages sent to and from this XML Web service method use RPC formatting. |
![]() | WsiClaims | Gets a WsiProfiles value that indicates the Web Services Interoperability (WSI) specification to which this Web service claims to conform. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
