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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.