TransportFactoryContainerCreateTransport(String, TransportType, TransportShareMode) Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic ITransport CreateTransport(
string localAddress,
TransportType protocol,
TransportShareMode mode = TransportShareMode.Exclusive
)
Public Function CreateTransport (
localAddress As String,
protocol As TransportType,
Optional mode As TransportShareMode = TransportShareMode.Exclusive
) As ITransport
public:
virtual ITransport^ CreateTransport(
String^ localAddress,
TransportType protocol,
TransportShareMode mode = TransportShareMode::Exclusive
) sealed
abstract CreateTransport :
localAddress : string *
protocol : TransportType *
?mode : TransportShareMode
(* Defaults:
let _mode = defaultArg mode TransportShareMode.Exclusive
*)
-> ITransport
override CreateTransport :
localAddress : string *
protocol : TransportType *
?mode : TransportShareMode
(* Defaults:
let _mode = defaultArg mode TransportShareMode.Exclusive
*)
-> ITransport
Parameters
- localAddress String
-
- protocol TransportType
-
- mode TransportShareMode (Optional)
-
Return Value
ITransportImplements
ITransportFactoryContainerCreateTransport(String, TransportType, TransportShareMode)
See Also