Inheritance Hierarchy Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic class MessageFactory
Public Class MessageFactory
public ref class MessageFactory
type MessageFactory = class end
The MessageFactory type exposes the following members.
Constructors| | Name | Description |
|---|
 | MessageFactory | Initializes a new instance of the MessageFactory class |
Top
Properties
Methods| | Name | Description |
|---|
  | AppendUriParamTransport | |
 | AttachSessionDescription | |
 | CopyAuthRequest | |
 | CreateACKFor2xxResponse | |
 | GenerateCancelRequest | |
 | GenerateMidDialogOptionsRequest | |
 | GenerateMidDialogRequest(ISIPDialog, Method, TransportInfo) | |
 | GenerateMidDialogRequest(ISIPDialog, Method, Int32, SIPAddress, TransportInfo) | |
 | GenerateOptionsRequest | |
 | GenerateRegisterRequest | |
 | GenerateRequest(Method, String, String, Int32, SIPAddress, String, SIPAddress, SIPAddress, TransportInfo, String) | |
 | GenerateRequest(Method, AddrSpec, String, String, Int32, SIPAddress, String, SIPAddress, SIPAddress, TransportInfo, String) | |
 | GenerateResponse(Request, Int32, DialogID, SIPAddress) | |
 | GenerateResponse(Request, Int32, Boolean, String, SIPAddress) | |
 | GenerateResponse(Request, Int32, String, DialogID, SIPAddress) | |
 | GenerateResponse(Request, Int32, String, Boolean, String, SIPAddress) | |
 | RegisterExtension | |
 | SetAccept | |
 | SetAcceptEncoding | |
 | SetAcceptLanguage | |
 | SetAllow | |
 | SetServerAllow | |
 | SetSupported | |
 | SetUserAgentName | |
Top
See Also