TransportFactoryContainerCreateTransport(String, Int32, TransportType, TransportShareMode) Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic ITransport CreateTransport(
string localAddress,
int port,
TransportType protocol,
TransportShareMode mode
)
Public Function CreateTransport (
localAddress As String,
port As Integer,
protocol As TransportType,
mode As TransportShareMode
) As ITransport
public:
virtual ITransport^ CreateTransport(
String^ localAddress,
int port,
TransportType protocol,
TransportShareMode mode
) sealed
abstract CreateTransport :
localAddress : string *
port : int *
protocol : TransportType *
mode : TransportShareMode -> ITransport
override CreateTransport :
localAddress : string *
port : int *
protocol : TransportType *
mode : TransportShareMode -> ITransport
Parameters
- localAddress String
-
- port Int32
-
- protocol TransportType
-
- mode TransportShareMode
-
Return Value
ITransportImplements
ITransportFactoryContainerCreateTransport(String, Int32, TransportType, TransportShareMode)
See Also