SipServiceRequest Class

Definition

This class is no longer being maintained. Instead of using the methods on this class, developers are advised to use the BeginSendMessage and EndSendMessage methods on the RealTimeEndpoint class.
Sends a service request to the server. It allows a user to add the message body and content type on a service request. Also provides an overload to send a custom "To" Header and accepted Headers.

public ref class SipServiceRequest
public class SipServiceRequest
type SipServiceRequest = class
Public Class SipServiceRequest
Inheritance
SipServiceRequest

Constructors

SipServiceRequest(RealTimeEndpoint, ContentType, Byte[])

Initializes a new instance of the SipServiceRequest class.

SipServiceRequest(SipEndpoint, ContentType, Byte[])

Initializes a new instance of the SipServiceRequest class.

Methods

BeginService(AsyncCallback, Object)

Initiates a service request.

BeginService(IEnumerable<SignalingHeader>, RealTimeAddress, AsyncCallback, Object)

Initiates a service request.

BeginService(RealTimeAddress, AsyncCallback, Object)

Initiates a service request.

EndService(IAsyncResult)

Ends the service request and returns the response.

Service(IEnumerable<SignalingHeader>, RealTimeAddress)

Initiates a service request.

Applies to