TypedMessageConverter.Create Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta un metodo statico che restituisce un'istanza TypedMessageConverter.
Overload
Create(Type, String) |
Rappresenta un metodo statico che restituisce un'istanza TypedMessageConverter. |
Create(Type, String, DataContractFormatAttribute) |
Rappresenta un metodo statico che restituisce un'istanza TypedMessageConverter. |
Create(Type, String, XmlSerializerFormatAttribute) |
Rappresenta un metodo statico che restituisce un'istanza TypedMessageConverter. |
Create(Type, String, String) |
Rappresenta un metodo statico che restituisce un'istanza TypedMessageConverter. |
Create(Type, String, String, DataContractFormatAttribute) |
Rappresenta un metodo statico che restituisce un'istanza TypedMessageConverter. |
Create(Type, String, String, XmlSerializerFormatAttribute) |
Rappresenta un metodo statico che restituisce un'istanza TypedMessageConverter. |
Create(Type, String)
Rappresenta un metodo statico che restituisce un'istanza TypedMessageConverter.
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action);
static member Create : Type * string -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String) As TypedMessageConverter
Parametri
- messageContract
- Type
Tipo di contratto di messaggio che rappresenta un elementoType annotato con l'attributo MessageContractAttribute.
- action
- String
Una stringa dell'azione.
Restituisce
Istanza di TypedMessageConverter.
Eccezioni
Gli argomenti sono null
Il tipo di contratto specificato del messaggio non ha il MessageContractAttribute applicato
Si applica a
Create(Type, String, DataContractFormatAttribute)
Rappresenta un metodo statico che restituisce un'istanza TypedMessageConverter.
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action, System::ServiceModel::DataContractFormatAttribute ^ formatterAttribute);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action, System.ServiceModel.DataContractFormatAttribute formatterAttribute);
static member Create : Type * string * System.ServiceModel.DataContractFormatAttribute -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String, formatterAttribute As DataContractFormatAttribute) As TypedMessageConverter
Parametri
- messageContract
- Type
Tipo di contratto di messaggio che rappresenta un elementoType annotato con l'attributo MessageContractAttribute.
- action
- String
Una stringa dell'azione.
- formatterAttribute
- DataContractFormatAttribute
Elemento DataContractFormatAttribute che specifica il formattatore da utilizzare.
Restituisce
Istanza di TypedMessageConverter.
Eccezioni
Gli argomenti sono null
Il tipo di contratto specificato del messaggio non ha il MessageContractAttribute applicato
Si applica a
Create(Type, String, XmlSerializerFormatAttribute)
Rappresenta un metodo statico che restituisce un'istanza TypedMessageConverter.
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action, System::ServiceModel::XmlSerializerFormatAttribute ^ formatterAttribute);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action, System.ServiceModel.XmlSerializerFormatAttribute formatterAttribute);
static member Create : Type * string * System.ServiceModel.XmlSerializerFormatAttribute -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String, formatterAttribute As XmlSerializerFormatAttribute) As TypedMessageConverter
Parametri
- messageContract
- Type
Tipo di contratto di messaggio che rappresenta un elementoType annotato con l'attributo MessageContractAttribute.
- action
- String
Una stringa dell'azione.
- formatterAttribute
- XmlSerializerFormatAttribute
Elemento XmlSerializerFormatAttribute che specifica il formattatore da utilizzare.
Restituisce
Istanza di TypedMessageConverter.
Eccezioni
Gli argomenti sono null
Il tipo di contratto specificato del messaggio non ha il MessageContractAttribute applicato
Si applica a
Create(Type, String, String)
Rappresenta un metodo statico che restituisce un'istanza TypedMessageConverter.
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action, System::String ^ defaultNamespace);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action, string defaultNamespace);
static member Create : Type * string * string -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String, defaultNamespace As String) As TypedMessageConverter
Parametri
- messageContract
- Type
Tipo di contratto di messaggio che rappresenta un elementoType annotato con l'attributo MessageContractAttribute.
- action
- String
Una stringa dell'azione.
- defaultNamespace
- String
Spazio dei nomi.
Restituisce
Istanza di TypedMessageConverter.
Eccezioni
Gli argomenti sono null
Il tipo di contratto specificato del messaggio non ha il MessageContractAttribute applicato
Si applica a
Create(Type, String, String, DataContractFormatAttribute)
Rappresenta un metodo statico che restituisce un'istanza TypedMessageConverter.
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action, System::String ^ defaultNamespace, System::ServiceModel::DataContractFormatAttribute ^ formatterAttribute);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action, string defaultNamespace, System.ServiceModel.DataContractFormatAttribute formatterAttribute);
static member Create : Type * string * string * System.ServiceModel.DataContractFormatAttribute -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String, defaultNamespace As String, formatterAttribute As DataContractFormatAttribute) As TypedMessageConverter
Parametri
- messageContract
- Type
Tipo di contratto di messaggio che rappresenta un elementoType annotato con l'attributo MessageContractAttribute.
- action
- String
Una stringa dell'azione.
- defaultNamespace
- String
Spazio dei nomi.
- formatterAttribute
- DataContractFormatAttribute
Elemento DataContractFormatAttribute che specifica il formattatore da utilizzare.
Restituisce
Istanza di TypedMessageConverter.
Eccezioni
Gli argomenti sono null
Il tipo di contratto specificato del messaggio non ha il MessageContractAttribute applicato
Si applica a
Create(Type, String, String, XmlSerializerFormatAttribute)
Rappresenta un metodo statico che restituisce un'istanza TypedMessageConverter.
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action, System::String ^ defaultNamespace, System::ServiceModel::XmlSerializerFormatAttribute ^ formatterAttribute);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action, string defaultNamespace, System.ServiceModel.XmlSerializerFormatAttribute formatterAttribute);
static member Create : Type * string * string * System.ServiceModel.XmlSerializerFormatAttribute -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String, defaultNamespace As String, formatterAttribute As XmlSerializerFormatAttribute) As TypedMessageConverter
Parametri
- messageContract
- Type
Tipo di contratto di messaggio che rappresenta un elementoType annotato con l'attributo MessageContractAttribute.
- action
- String
Una stringa dell'azione.
- defaultNamespace
- String
Spazio dei nomi.
- formatterAttribute
- XmlSerializerFormatAttribute
Elemento XmlSerializerFormatAttribute che specifica il formattatore da utilizzare.
Restituisce
Istanza di TypedMessageConverter.
Eccezioni
Gli argomenti sono null
Il tipo di contratto specificato del messaggio non ha il MessageContractAttribute applicato