ResumptionCookie.IsTrustedServiceUrl Property

Definition

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.

Applies to