Home
last modified time | relevance | path

Searched refs:ContentType (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/netstd/Thrift/Transport/Server/
DTHttpServerTransport.cs33 protected const string ContentType = "application/x-thrift"; field in Thrift.Transport.Server.THttpServerTransport
115 context.Response.ContentType = ContentType; in ProcessRequestAsync()
/thrift-3.4.0/lib/netstd/Thrift/Transport/Client/
DTHttpTransport.cs113 public MediaTypeHeaderValue ContentType { get; set; } property in Thrift.Transport.Client.THttpTransport
243 …contentStream.Headers.ContentType = ContentType ?? new MediaTypeHeaderValue(@"application/x-thrift… in FlushAsync()