SipServiceRequest Members

Include Protected Members
Include Inherited Members

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.

The SipServiceRequest type exposes the following members.

Constructors

  Name Description
Public method SipServiceRequest(RealTimeEndpoint, ContentType, []) Initializes a new instance of the SipServiceRequest class.
Public method SipServiceRequest(SipEndpoint, ContentType, []) Initializes a new instance of the SipServiceRequest class.

Top

Methods

  Name Description
Public method BeginService(AsyncCallback, Object) Initiates a service request.
Public method BeginService(RealTimeAddress, AsyncCallback, Object) Initiates a service request.
Public method BeginService(IEnumerable<SignalingHeader>, RealTimeAddress, AsyncCallback, Object) Initiates a service request.
Public method EndService Ends the service request and returns the response.
Public method Equals (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 Service Initiates a service request.
Public method ToString (inherited from Object)

Top

See Also

Reference

SipServiceRequest Class

Microsoft.Rtc.Signaling Namespace