Skip to content

Commit

Permalink
Update the public API base line
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhg committed Jan 9, 2025
1 parent b507cae commit df9c340
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,11 @@ public class Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter : Microso
public virtual bool CanWriteResult (Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext context)
public static System.Uri GetDefaultBaseAddress (Microsoft.AspNetCore.Http.HttpRequest request)
public virtual System.Collections.Generic.IReadOnlyList`1[[System.String]] GetSupportedContentTypes (string contentType, System.Type objectType)
[
AsyncStateMachineAttribute(),
]
public virtual System.Threading.Tasks.Task WriteResponseBodyAsync (Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext context, System.Text.Encoding selectedEncoding)

public virtual void WriteResponseHeaders (Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext context)
}

Expand Down

0 comments on commit df9c340

Please sign in to comment.