ServerTransaction.SendResponse(Response) method
Microsoft Office Live Communications Server 2005 with SP1 |
ServerTransaction.SendResponse
The SendResponse method sends a SIP response message to the client transaction whose request initiated this server transaction.
[C#] public void SendResponse( Response response );
[Visual Basic .NET] Public Sub SendResponse( _ ByVal response As Response _ )
Parameters
- response
Specifies a Response object that contains the SIP response.
Return Values
This method has no return values.
Requirements
Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
What did you think of this topic? |
© 2008 Microsoft Corporation. All rights reserved. |