MessageFactoryGenerateMidDialogRequest Method (ISIPDialog, Method, TransportInfo) |
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: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: Ozeki.VoIPISIPDialog
- method
- Type: Ozeki.VoIPMethod
- transportInfo
- Type: Ozeki.NetworkTransportInfo
Return Value
Type:
RequestSee Also