Compartir a través de


WebReference.ServiceLocationUrl (Propiedad)

Obtiene la dirección URL de ubicación de servicio para el primer servicio definido en el archivo WSDL.

Espacio de nombres:  VsWebSite
Ensamblado:  VsWebSite.Interop (en VsWebSite.Interop.dll)

Sintaxis

'Declaración
ReadOnly Property ServiceLocationUrl As String
    Get
string ServiceLocationUrl { get; }
property String^ ServiceLocationUrl {
    String^ get ();
}
abstract ServiceLocationUrl : string
function get ServiceLocationUrl () : String

Valor de propiedad

Tipo: System.String
Dirección URL de ubicación de servicio.

Comentarios

En primer lugar se comprueba la dirección de protocolo Soap12 en el WSDL. Si no se encuentra ninguna dirección de protocolo Soap12, se busca una dirección SOAP estándar.

Seguridad de .NET Framework

Vea también

Referencia

WebReference Interfaz

VsWebSite (Espacio de nombres)