Click or drag to resize

HttpMetadataContentType Property

Gets or sets the Content-Type of the HTTP Request, Default value is "application/xml"

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[HttpHeaderAttribute("Content-Type")]
[ReadOnlyAttribute]
public string ContentType { get; set; }

Property Value

Type: String
See Also