共用方式為


LoggingOptions.LogRequestStart 屬性

定義

取得或設定值,指出是否在進一步處理之前另外記錄要求。

public:
 property bool LogRequestStart { bool get(); void set(bool value); };
public bool LogRequestStart { get; set; }
member this.LogRequestStart : bool with get, set
Public Property LogRequestStart As Boolean

屬性值

預設值是 false

備註

啟用時,系統會針對每個傳入要求記錄兩個專案-一個用於要求,一個用於回應,如果有的話。 停用時,每個傳入要求只會記錄一個專案,其中包含要求和響應數據。

適用於