MessageFactoryGenerateRequest(Method, String, String, Int32, SIPAddress, String, SIPAddress, SIPAddress, TransportInfo, String) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic Request GenerateRequest(
Method method,
string callId,
string branch,
int cseq,
SIPAddress from,
string fromTag,
SIPAddress to,
SIPAddress contact,
TransportInfo transportInfo,
string toTag = null
)
Public Function GenerateRequest (
method As Method,
callId As String,
branch As String,
cseq As Integer,
from As SIPAddress,
fromTag As String,
to As SIPAddress,
contact As SIPAddress,
transportInfo As TransportInfo,
Optional toTag As String = Nothing
) As Request
public:
Request^ GenerateRequest(
Method^ method,
String^ callId,
String^ branch,
int cseq,
SIPAddress^ from,
String^ fromTag,
SIPAddress^ to,
SIPAddress^ contact,
TransportInfo^ transportInfo,
String^ toTag = nullptr
)
member GenerateRequest :
method : Method *
callId : string *
branch : string *
cseq : int *
from : SIPAddress *
fromTag : string *
to : SIPAddress *
contact : SIPAddress *
transportInfo : TransportInfo *
?toTag : string
(* Defaults:
let _toTag = defaultArg toTag null
*)
-> Request
Parameters
- method Method
-
- callId String
-
- branch String
-
- cseq Int32
-
- from SIPAddress
-
- fromTag String
-
- to SIPAddress
-
- contact SIPAddress
-
- transportInfo TransportInfo
-
- toTag String (Optional)
-
Return Value
Request
See Also