C-DEngine 5.105

HttpListenerResponse Methods

The HttpListenerResponse type exposes the following members.

Methods


  Name Description
Public method Abort
Closes the connection to the client without returning a response.
Public method AddHeader
Adds an HTTP header with the specified name and value to the headers for the response.
Public method AppendCookie
Appends the specified cookie to the cookies sent with the response.
Public method AppendHeader
Appends a value to the specified HTTP header sent with the response.
Public method Close()()()()
Returns the response to the client and releases the resources used by this HttpListenerResponse instance.
Public method Close(array<Byte>[]()[][], Boolean)
Returns the response with the specified array of Byte to the client and releases the resources used by this HttpListenerResponse instance.
Public method CopyFrom
Copies some properties from the specified HttpListenerResponse to this response.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Redirect
Configures the response to redirect the client's request to the specified url.
Public method SetCookie
Adds or updates a cookie in the cookies sent with the response.
Public method ToString (Inherited from Object.)