Click or drag to resize

MessageFactoryGenerateMidDialogRequest Method (ISIPDialog, Method, Int32, SIPAddress, TransportInfo)

12.2.1.1 Requests within a Dialog / UAC Behavior / Generating the Request (with Contact)

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public Request GenerateMidDialogRequest(
	ISIPDialog dialog,
	Method method,
	int cseq,
	SIPAddress contact,
	TransportInfo transportInfo
)

Parameters

dialog
Type: Ozeki.VoIPISIPDialog
method
Type: Ozeki.VoIPMethod
cseq
Type: SystemInt32
contact
Type: Ozeki.VoIPSIPAddress
transportInfo
Type: Ozeki.NetworkTransportInfo

Return Value

Type: Request
See Also