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 | |
---|---|---|
![]() |
SipServiceRequest(RealTimeEndpoint, ContentType, []) | Initializes a new instance of the SipServiceRequest class. |
![]() |
SipServiceRequest(SipEndpoint, ContentType, []) | Initializes a new instance of the SipServiceRequest class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
BeginService(AsyncCallback, Object) | Initiates a service request. |
![]() |
BeginService(RealTimeAddress, AsyncCallback, Object) | Initiates a service request. |
![]() |
BeginService(IEnumerable<SignalingHeader>, RealTimeAddress, AsyncCallback, Object) | Initiates a service request. |
![]() |
EndService | Ends the service request and returns the response. |
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
Service | Initiates a service request. |
![]() |
ToString | (inherited from Object) |
Top