TransportFactoryManagerAddTransportFactory Method (String, TransportType, TransportShareMode) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool AddTransportFactory(
string localAddress,
TransportType transportType,
TransportShareMode mode
)
Public Function AddTransportFactory (
localAddress As String,
transportType As TransportType,
mode As TransportShareMode
) As Boolean
public:
bool AddTransportFactory(
String^ localAddress,
TransportType transportType,
TransportShareMode mode
)
member AddTransportFactory :
localAddress : string *
transportType : TransportType *
mode : TransportShareMode -> bool
Parameters
- localAddress
- Type: SystemString
- transportType
- Type: Ozeki.NetworkTransportType
- mode
- Type: Ozeki.NetworkTransportShareMode
Return Value
Type:
BooleanSee Also