Skip to content

Commit

Permalink
updated interface
Browse files Browse the repository at this point in the history
  • Loading branch information
NaluTripician committed Jun 14, 2024
1 parent 20d678b commit 69dfd35
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,20 @@ internal FaultInjectionDynamicChannelStore GetChannelStore()
{
return this.channelStore;
}

public Task<(bool, StoreResponse)> OnHttpRequestCallAsync(DocumentServiceRequest request)
{
throw new NotImplementedException();
}

public Task OnBeforeHttpSendAsync(DocumentServiceRequest request)
{
throw new NotImplementedException();
}

public Task OnAfterHttpSendAsync(DocumentServiceRequest request)
{
throw new NotImplementedException();
}
}
}

0 comments on commit 69dfd35

Please sign in to comment.