<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [OutgoingRequest](./sip.js.outgoingrequest.md)

## OutgoingRequest interface

A SIP message sent from a local client to a remote server.

<b>Signature:</b>

```typescript
export interface OutgoingRequest 
```

## Remarks

For the purpose of invoking a particular operation. https://tools.ietf.org/html/rfc3261\#section-7.1

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [delegate](./sip.js.outgoingrequest.delegate.md) | <code>OutgoingRequestDelegate</code> | Delegate providing custom handling of this outgoing request. |
|  [message](./sip.js.outgoingrequest.message.md) | <code>OutgoingRequestMessage</code> | The outgoing message. |

## Methods

|  Method | Description |
|  --- | --- |
|  [cancel(reason, options)](./sip.js.outgoingrequest.cancel.md) | Sends a CANCEL message targeting this request to the UAS. |
|  [dispose()](./sip.js.outgoingrequest.dispose.md) | Destroy request. |

