HttpMethodAttribute Konstruktorok
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Inicializálja a HttpMethodAttribute osztály új példányát.
Túlterhelések
| Name | Description |
|---|---|
| HttpMethodAttribute() |
Inicializálja a HttpMethodAttribute osztály új példányát. |
| HttpMethodAttribute(Type, Type) |
Inicializálja a HttpMethodAttribute. |
HttpMethodAttribute()
Inicializálja a HttpMethodAttribute osztály új példányát.
public:
HttpMethodAttribute();
public HttpMethodAttribute();
Public Sub New ()
A következőre érvényes:
HttpMethodAttribute(Type, Type)
Inicializálja a HttpMethodAttribute.
public:
HttpMethodAttribute(Type ^ returnFormatter, Type ^ parameterFormatter);
public HttpMethodAttribute(Type returnFormatter, Type parameterFormatter);
new System.Web.Services.Protocols.HttpMethodAttribute : Type * Type -> System.Web.Services.Protocols.HttpMethodAttribute
Public Sub New (returnFormatter As Type, parameterFormatter As Type)
Paraméterek
- returnFormatter
- Type
Inicializálja a ReturnFormatter tulajdonságot olyan Type tulajdonságra, amely deszerializálja a választ egy XML Web Service-metódusból.
- parameterFormatter
- Type
Inicializálja a ParameterFormatter tulajdonságot egy Type olyan tulajdonságba, amely szerializálja az XML-webszolgáltatás-ügyféltől egy XML-webszolgáltatás-metódusba küldött paramétereket.