Initializes a new instance of the class.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Public Sub New ( _
requestorEndpoint As SipEndpoint, _
contentType As ContentType, _
messageBody As Byte() _
)
|
|
public SipServiceRequest (
SipEndpoint requestorEndpoint,
ContentType contentType,
byte[] messageBody
)
|
Parameters
- requestorEndpoint
-
The SipEndpoint creating the service request.
- contentType
-
The content type for the service request.
- messageBody
-
The message body of the service request.
Exceptions
Exception type |
Condition |
ArgumentNullException
|
Thrown when the requestorEndpoint parameter is
null or when contentType is null, but
messageBody is not empty ( neither null or zero byte
array).
|
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server
2003, Windows Vista Ultimate Edition, Windows Vista Business
Edition, Windows Vista Enterprise Edition
Target Platforms
See Also