Request.Request(StandardMethodType,String) constructor
Communications Server 2007 Server SDK Documentation |
Request.Request (StandardMethodType, String)
The Request constructor creates an instance of a Request object, with a specified SIP standard method enumeration type and a destination URI.
[C#] public Request( StandardMethodType method, String requestUri );FakePre-44710c81a4dd4f7db8281ceb09d6e7cd-65e45530bc3243f19d2806f104307b75
Parameters
- method
Specifies a standard SIP method for this request. - requestUri
Specifies the URI for whom the request is intended.
Requirements
Redistributable: Requires Microsoft Office Communications Server 2007.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
What did you think of this topic? |
© 2007 Microsoft Corporation. All rights reserved. |