HttpListenerResponse..::..Headers Property
Gets or sets the HTTP headers sent to the client.
Namespace:
WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public WebHeaderCollection Headers { get; set; }
Public Property Headers As WebHeaderCollection Get Set
public: property WebHeaderCollection^ Headers { WebHeaderCollection^ get (); void set (WebHeaderCollection^ value); }
Field Value
A WebHeaderCollection that contains the headers sent to the client.Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The value specified for a set operation isn't valid for a response. |