DotNetTcpClientFactoryCreateTransport Method (Int32) |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ITransport CreateTransport(
int localPort
)
Public Function CreateTransport (
localPort As Integer
) As ITransport
public:
virtual ITransport^ CreateTransport(
int localPort
) sealed
abstract CreateTransport :
localPort : int -> ITransport
override CreateTransport :
localPort : int -> ITransport
Parameters
- localPort
- Type: SystemInt32
Return Value
Type:
ITransportImplements
ITransportFactoryCreateTransport(Int32)See Also