UddiSiteLocation Constructor (String, String, String)
Note: The Microsoft UDDI SDK is not supported by or included in Microsoft Windows versions after Microsoft Windows Server 7. The Microsoft UDDI V3 SDK is included with Microsoft BizTalk Server. For more information about the Microsoft UDDI V3 SDK, see Microsoft BizTalk Server documentation
Initializes an instance of the UddiSiteLocation class by using the inquiry URL, publish URL, and description.
Namespace: Microsoft.Uddi.Extensions
Assembly: microsoft.uddi (in microsoft.uddi.dll)
Usage
Visual Basic |
---|
Dim inquireUrl As String Dim publishUrl As String Dim description As String Dim instance As New UddiSiteLocation(inquireUrl, publishUrl, description) |
Syntax
'Declaration
PublicSubNew ( _
inquireUrlAsString, _
publishUrlAsString, _
descriptionAsString _
)
publicUddiSiteLocation (
stringinquireUrl,
stringpublishUrl,
stringdescription
)
public:
UddiSiteLocation (
String^ inquireUrl,
String^ publishUrl,
String^ description
)
publicUddiSiteLocation (
StringinquireUrl,
StringpublishUrl,
Stringdescription
)
publicfunctionUddiSiteLocation (
inquireUrl : String,
publishUrl : String,
description : String
)
Parameters
- inquireUrl
The string that specifies the inquiry URL of the UDDI server.
- publishUrl
The string that specifies the publish URL of the UDDI server.
- description
The string that contains a description of this UDDI server location.
Platforms
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP
See Also
Reference
UddiSiteLocation Class
UddiSiteLocation Members
Microsoft.Uddi.Extensions Namespace