Class ThermalLabelWebEditorHttpResponse
Represents HTTP Response data generated by ThermalLabel Web Editor.
Inheritance
System.Object
ThermalLabelWebEditorHttpResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.Web.ThermalLabelEditor
Assembly: cs.temp.dll.dll
Syntax
public class ThermalLabelWebEditorHttpResponse
Properties
Content
Gets or sets the HTTP Response content.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContentType
Gets or sets the HTTP Response content type.
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HeaderName
Gets or sets the HTTP Header name.
Declaration
public string HeaderName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HeaderValue
Gets or sets the HTTP Header value.
Declaration
public string HeaderValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |