Share via


UddiConnection Members

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

Represents a connection to a UDDI server.

The following tables list the members exposed by the UddiConnection type.

Public Constructors

  Name Description
UddiConnection Overloaded. Initializes a new instance of the UddiConnection class.

Top

Public Properties

  Name Description
public property AuthenticationMode Gets or sets an AuthenticationMode enumeration member that determines the type of authentication to use for this connection.
public property AuthInfo Gets or sets a string representation of the authentication token for this UddiConnection object.
public property AutoGetAuthToken Gets or sets whether the authorization token should automatically be retrieved during the UDDI operation.
public property ExtensionsUrl Gets or sets the URL of the UDDI server that can be used for API extensions.
public property HttpClient Gets the SoapHttpClientProtocol object for this connection.
public property InquireUrl Gets or sets the URL of the UDDI server that is used for inquiries.
public property Password Gets or sets the password that will be used for this connection.
public property PublishUrl Gets or sets the URL of the UDDI server that is used for publishing.
public property Username Gets or sets the user name that will be used for this connection.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Close Closes the connection represented by this object. The authorization token, represented by the AuthInfo property, is discarded and the AuthInfo property is cleared.
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method Send Sends the specified message to the UDDI server.
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

UddiConnection Class
Microsoft.Uddi Namespace
AddPublisherAssertions.Send Method
DeleteBinding.Send Method
DeleteBusiness.Send Method
DeletePublisherAssertions.Send Method
DeleteService.Send Method
DeleteTModel.Send Method
DiscardAuthToken.Send Method
FindBinding.Send Method
FindBusiness.Send Method
FindRelatedBusinesses.Send Method
FindService.Send Method
FindTModel.Send Method
GetAssertionStatusReport.Send Method
GetAuthToken.Send Method
GetBindingDetail.Send Method
GetBusinessDetail.Send Method
GetBusinessDetailExt.Send Method
GetPublisherAssertions.Send Method
GetRegisteredInfo.Send Method
GetRelatedCategories.Send
GetServiceDetail.Send Method
GetTModelDetail.Send Method
SaveBinding.Send Method
SaveBusiness.Send Method
SaveService.Send Method
SaveTModel.Send Method
SetPublisherAssertions.Send Method
ValidateValues.Send

Other Resources

Miscellaneous Classes, Structures, and Enumerations

Send comments about this topic to Microsoft.