IActivity.ServiceUrl Property
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.
Activities are frequently sent asynchronously, with separate transport connections for sending and receiving traffic. The serviceUrl field is used by channels to denote the URL where replies to the current Activity may be sent.
public string ServiceUrl { get; set; }
member this.ServiceUrl : string with get, set
Public Property ServiceUrl As String