Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the service location URL for the first service defined in the WSDL file.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property ServiceLocationUrl As String
string ServiceLocationUrl { get; }
property String^ ServiceLocationUrl {
String^ get ();
}
abstract ServiceLocationUrl : string with get
function get ServiceLocationUrl () : String
Property Value
Type: System.String
A service location URL.
Remarks
The WSDL is first checked for the Soap12 protocol address. If no Soap12 protocol address is found, the WSDL is checked for a standard SOAP address.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.