This documentation is archived and is not being maintained.

SoapServerMethod Members

Represents the attributes and metadata for an XML Web service method. This class cannot be inherited.

The SoapServerMethod type exposes the following members.

  NameDescription
Public method SoapServerMethod Overloaded. Creates a new SoapServerMethod.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property Action Gets the SOAPAction HTTP header field of SOAP requests that are sent to this XML Web service method.
Public property 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.
Public property InHeaderMappings Gets the XmlMembersMapping used with SOAP requests to this Web service method.
Public property InHeaderSerializer Gets the XmlSerializer used with SOAP requests to this Web service method.
Public property MethodInfo Gets the LogicalMethodInfo associated with this XML Web service method.
Public property 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.
Public property OutHeaderMappings Gets the XmlMembersMapping used with SOAP responses from this Web service method.
Public property OutHeaderSerializer Gets the XmlSerializer used with SOAP responses from this Web service method.
Public property ParameterSerializer Gets the XmlSerializer used with parameters that are passed to this Web service method.
Public property ParameterStyle Gets a SoapParameterStyle object that specifies how parameters are formatted in SOAP messages sent to this XML Web service method.
Public property ReturnSerializer Gets the XmlSerializer used with return values from this Web service method.
Public property Rpc Gets a Boolean that indicates whether SOAP messages sent to and from this XML Web service method use RPC formatting.
Public property WsiClaims Gets a WsiProfiles value that indicates the Web Services Interoperability (WSI) specification to which this Web service claims to conform.
Top
Show: