Class CustomHttpHeader
Represents a custom HTTP header sent on device search response or notification messages.
Inheritance
System.Object
CustomHttpHeader
Inherited Members
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: Rssdp
Assembly: cs.temp.dll.dll
Syntax
public sealed class CustomHttpHeader
Constructors
| Name | Description |
|---|---|
| CustomHttpHeader(String, String) | Full constructor. |
Properties
| Name | Description |
|---|---|
| Name | Return the name of this header. |
| Value | Returns the value of this header. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns the header formatted for use in an HTTP message. |