SipServiceRequest.Service Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initiates a service request.
public:
Microsoft::Rtc::Signaling::SipResponseData ^ Service(System::Collections::Generic::IEnumerable<Microsoft::Rtc::Signaling::SignalingHeader ^> ^ signalingHeaders, Microsoft::Rtc::Signaling::RealTimeAddress ^ target);
public Microsoft.Rtc.Signaling.SipResponseData Service (System.Collections.Generic.IEnumerable<Microsoft.Rtc.Signaling.SignalingHeader> signalingHeaders, Microsoft.Rtc.Signaling.RealTimeAddress target);
member this.Service : seq<Microsoft.Rtc.Signaling.SignalingHeader> * Microsoft.Rtc.Signaling.RealTimeAddress -> Microsoft.Rtc.Signaling.SipResponseData
Public Function Service (signalingHeaders As IEnumerable(Of SignalingHeader), target As RealTimeAddress) As SipResponseData
Parameters
- signalingHeaders
- IEnumerable<SignalingHeader>
"Accepted" headers that you may want to add in the service request. Can be null.
- target
- RealTimeAddress
The address to be used in "To" header of the service request.
Returns
Returns the response data.
Exceptions
Thrown when this method is invoked multiple times using the same asyncResult.
Thrown when the target
parameter is null.
Thrown when the target
parameter is invalid.
Thrown when the remote side returns a failure response for this operation.
Thrown when the this operation timed out.
Thrown when any of the sub operations of this operation failed due to invalid object state.
Thrown when any of the sub operations of this operation failed due to SIP related errors like connection failure, Authentication failure.