SoapServerType.ServiceRoutingOnSoapAction Propiedad

Definición

Devuelve un Boolean que indica si los mensajes SOAP enrutados a este servicio Web XML se enrutan en función del encabezado HTTP SOAPAction.

public:
 property bool ServiceRoutingOnSoapAction { bool get(); };
public bool ServiceRoutingOnSoapAction { get; }
member this.ServiceRoutingOnSoapAction : bool
Public ReadOnly Property ServiceRoutingOnSoapAction As Boolean

Valor de propiedad

Boolean

true si los mensajes SOAP enrutados a este servicio Web XML se enrutan en función del encabezado HTTP SOAPAction; en caso contrario, false.

Se aplica a

Consulte también