次の方法で共有


ResumptionCookie.IsTrustedServiceUrl プロパティ

定義

True を指定すると、 ServiceUrl が信頼されます。それ以外の場合は False。

public bool IsTrustedServiceUrl { get; }
member this.IsTrustedServiceUrl : bool
Public ReadOnly Property IsTrustedServiceUrl As Boolean

プロパティ値

注釈

Conversation.ResumeAsync は、このフラグが True の場合、 の ServiceUrl ホストを に TrustedHostNames 追加します。

適用対象