ResumptionCookie.IsTrustedServiceUrl 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.
True if the ServiceUrl is trusted; False otherwise.
public bool IsTrustedServiceUrl { get; }
member this.IsTrustedServiceUrl : bool
Public ReadOnly Property IsTrustedServiceUrl As Boolean
Property Value
Remarks
Conversation.ResumeAsync adds the host of the ServiceUrl to TrustedHostNames if this flag is True.