HostedTransportConfiguration.GetBaseAddresses(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, retrieves the base address of the host.
public:
abstract cli::array <Uri ^> ^ GetBaseAddresses(System::String ^ virtualPath);
public abstract Uri[] GetBaseAddresses (string virtualPath);
abstract member GetBaseAddresses : string -> Uri[]
Public MustOverride Function GetBaseAddresses (virtualPath As String) As Uri()
Parameters
- virtualPath
- String
The virtual path to the service.
Returns
Uri[]
The Uri that contains the base address of the host.
Remarks
For more information about the use of this class, see the UDP Activation sample, which demonstrates how to create a custom user datagram protocol (UDP) to be activated by WAS.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.