SoapException.Role Propiedad

Definición

Obtiene un identificador URI que representa la función del servicio Web XML para procesar el mensaje SOAP.

public:
 property System::String ^ Role { System::String ^ get(); };
[System.Runtime.InteropServices.ComVisible(false)]
public string Role { get; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Role : string
Public ReadOnly Property Role As String

Valor de propiedad

Rol del servicio Web XML que produce la excepción SoapException. De manera predeterminada, es Empty.

Atributos

Comentarios

La Role propiedad se omite cuando se usa el protocolo SOAP versión 1.1 para comunicarse con un servicio web XML. Cuando se usa SOAP 1.2, la Role propiedad establece el role elemento dentro de un fault elemento de un mensaje SOAP.

Se aplica a