HttpListenerResponse..::..Redirect Method
   Configures the response to redirect the client's request to
   the specified url.
   
                
    Namespace: 
   WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentNullException | url is nullNothingnullptra null reference (Nothing in Visual Basic). | 
| ArgumentException | url isn't an absolute URL. | 
| InvalidOperationException | The response has already been sent. | 
| ObjectDisposedException | This object is closed. |