TransportFactoryManagerAddTransportFactory Method (String, TransportType) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemString
- transportType
- Type: Ozeki.NetworkTransportType
Return Value
Type:
BooleanSee Also