SoapServerType.ServiceRoutingOnSoapAction Propiedad

Definición

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

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

Valor de propiedad

true es si los mensajes SOAP que se enrutan a este servicio web XML se enrutan en función del SOAPAction encabezado HTTP; en caso contrario, falsees .

Se aplica a

Consulte también