C-DEngine 5.105

HttpListenerResponse..::..Headers Property

Gets or sets the HTTP headers sent to the client.

Namespace:  WebSocketSharp.Net
Assembly:  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


ExceptionCondition
InvalidOperationException The value specified for a set operation isn't valid for a response.