TransportFactoryContainerCreateTransport Method (String, Int32, TransportType, TransportShareMode) |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemString
- port
- Type: SystemInt32
- protocol
- Type: Ozeki.NetworkTransportType
- mode
- Type: Ozeki.NetworkTransportShareMode
Return Value
Type:
ITransportImplements
ITransportFactoryContainerCreateTransport(String, Int32, TransportType, TransportShareMode)See Also