IDiscoverySession Members
Include Protected Members
Include Inherited Members
Called by IVsAddWebReferenceDlg2 to discover XML Web services.
The IDiscoverySession type exposes the following members.
Methods
Name | Description | |
---|---|---|
CancelDiscoverUrl | Use this method to cancel the discovery process. The process will be ignored, but the thread itself will not be destroyed. | |
DiscoverUrl | Returns a pointer to IDiscoveryResult. | |
DiscoverUrlAsync | Returns the discovery result after the file is downloaded. | |
GetDiscoverError | Retrieves the exception if NotifyDiscoverComplete method takes in cookie = nulla null reference (Nothing in Visual Basic). | |
UpdateWebReference | Discovers an XML Web service and then adds a reference to it. |
Top