MessageFactoryGenerateMidDialogRequest Method (ISIPDialog, Method, Int32, SIPAddress, TransportInfo) |
12.2.1.1 Requests within a Dialog / UAC Behavior / Generating the Request (with Contact)
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Request GenerateMidDialogRequest(
ISIPDialog dialog,
Method method,
int cseq,
SIPAddress contact,
TransportInfo transportInfo
)
Public Function GenerateMidDialogRequest (
dialog As ISIPDialog,
method As Method,
cseq As Integer,
contact As SIPAddress,
transportInfo As TransportInfo
) As Request
public:
Request^ GenerateMidDialogRequest(
ISIPDialog^ dialog,
Method^ method,
int cseq,
SIPAddress^ contact,
TransportInfo^ transportInfo
)
member GenerateMidDialogRequest :
dialog : ISIPDialog *
method : Method *
cseq : int *
contact : SIPAddress *
transportInfo : TransportInfo -> Request
Parameters
- dialog
- Type: Ozeki.VoIPISIPDialog
- method
- Type: Ozeki.VoIPMethod
- cseq
- Type: SystemInt32
- contact
- Type: Ozeki.VoIPSIPAddress
- transportInfo
- Type: Ozeki.NetworkTransportInfo
Return Value
Type:
RequestSee Also