MessageFactoryGenerateMidDialogRequest(ISIPDialog, Method, TransportInfo) Method |
12.2.1.1 Requests within a Dialog / UAC Behavior / Generating the Request.
CSeq will be calculated automatically.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic Request GenerateMidDialogRequest(
ISIPDialog dialog,
Method method,
TransportInfo transportInfo
)
Public Function GenerateMidDialogRequest (
dialog As ISIPDialog,
method As Method,
transportInfo As TransportInfo
) As Request
public:
Request^ GenerateMidDialogRequest(
ISIPDialog^ dialog,
Method^ method,
TransportInfo^ transportInfo
)
member GenerateMidDialogRequest :
dialog : ISIPDialog *
method : Method *
transportInfo : TransportInfo -> Request
Parameters
- dialog ISIPDialog
-
- method Method
-
- transportInfo TransportInfo
-
Return Value
Request
See Also