Request.Request (StandardMethodType)
Request.Request (StandardMethodType)
The Request constructor creates an instance of a Request Sip Class object, with a specified SIP standard method enumeration type.
Syntax
[C#]
public Request(
StandardMethodType method
);
Syntax
[Visual Basic .NET]
Public Sub New( _
ByVal method As StandardMethodType _
)
Parameters
- method
Specifies a standard SIP method type for this request.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)