TransportFactoryManagerAddTransportFactory(String, TransportType) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic bool AddTransportFactory(
string localAddress,
TransportType transportType
)
Public Function AddTransportFactory (
localAddress As String,
transportType As TransportType
) As Boolean
public:
bool AddTransportFactory(
String^ localAddress,
TransportType transportType
)
member AddTransportFactory :
localAddress : string *
transportType : TransportType -> bool
Parameters
- localAddress String
-
- transportType TransportType
-
Return Value
Boolean
See Also