Searched refs:ContentType (Results 1 – 2 of 2) sorted by relevance
33 protected const string ContentType = "application/x-thrift"; field in Thrift.Transport.Server.THttpServerTransport115 context.Response.ContentType = ContentType; in ProcessRequestAsync()
113 public MediaTypeHeaderValue ContentType { get; set; } property in Thrift.Transport.Client.THttpTransport243 …contentStream.Headers.ContentType = ContentType ?? new MediaTypeHeaderValue(@"application/x-thrift… in FlushAsync()