コード例 #1
0
ファイル: Cache.cs プロジェクト: Nalanae/har-dotnet
 /// <summary>
 /// Initializes a new instance of the <see cref="Cache"/> class.
 /// </summary>
 public Cache()
 {
     BeforeRequest = new CacheState();
     AfterRequest = new CacheState();
 }
コード例 #2
0
ファイル: Cache.cs プロジェクト: joaomajesus/har-dotnet
 /// <summary>
 /// Initializes a new instance of the <see cref="Cache"/> class.
 /// </summary>
 public Cache()
 {
     BeforeRequest = new CacheState();
     AfterRequest  = new CacheState();
 }