SipServiceRequest Class

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.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Signaling.SipServiceRequest

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Class SipServiceRequest
'Usage
Dim instance As SipServiceRequest
public class SipServiceRequest

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SipServiceRequest Members

Microsoft.Rtc.Signaling Namespace