UddiSiteLocation Constructor (String, String, String, String, AuthenticationMode)
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 specified URLs, description, and authentication modes.
Namespace: Microsoft.Uddi.Extensions
Assembly: microsoft.uddi (in microsoft.uddi.dll)
Usage
Visual Basic |
---|
Dim inquireUrl As String Dim publishUrl As String Dim extensionsUrl As String Dim description As String Dim mode As AuthenticationMode Dim instance As New UddiSiteLocation(inquireUrl, publishUrl, extensionsUrl, description, mode) |
Syntax
'Declaration
PublicSubNew ( _
inquireUrlAsString, _
publishUrlAsString, _
extensionsUrlAsString, _
descriptionAsString, _
modeAsAuthenticationMode _
)
publicUddiSiteLocation (
stringinquireUrl,
stringpublishUrl,
stringextensionsUrl,
stringdescription,
AuthenticationModemode
)
public:
UddiSiteLocation (
String^ inquireUrl,
String^ publishUrl,
String^ extensionsUrl,
String^ description,
AuthenticationModemode
)
publicUddiSiteLocation (
StringinquireUrl,
StringpublishUrl,
StringextensionsUrl,
Stringdescription,
AuthenticationModemode
)
publicfunctionUddiSiteLocation (
inquireUrl : String,
publishUrl : String,
extensionsUrl : String,
description : String,
mode : AuthenticationMode
)
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.
- extensionsUrl
The string that specifies the extension URL of the UDDI server.
- description
The string that contains a description of this UDDI server location.
- mode
The AuthenticationMode object that specifies the type of authentication method that is used by the UDDI server.
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