Partager via


AccessPoint Constructor (String, UrlType)

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 AccessPoint class using the specified location or number and method to gain access to the Web service.

Namespace: Microsoft.Uddi.Services
Assembly: microsoft.uddi (in microsoft.uddi.dll)

Usage

Visual Basic
  Dim location As String
Dim urlType As UrlType
Dim instance As New AccessPoint(location, urlType)

Syntax

'Declaration
PublicSubNew ( _
    locationAsString, _
    urlTypeAsUrlType _
)
publicAccessPoint (
    stringlocation,
    UrlTypeurlType
)
public:
AccessPoint (
    String^ location, 
    UrlTypeurlType
)
publicAccessPoint (
    Stringlocation, 
    UrlTypeurlType
)
publicfunctionAccessPoint (
    location : String, 
    urlType : UrlType
)

Parameters

  • location
    The string that specifies the location or number that gains access to the Web service.
  • urlType
    The UrlType value that specifies the method that gains access the Web service.

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

AccessPoint Class
AccessPoint Members
Microsoft.Uddi.Services Namespace

Other Resources

Common Access Points
Specifying Access Points
Microsoft.Uddi.Services Namespace