TLSTransportFactoryCreateTransport(Int32) Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic override ITransport CreateTransport(
int localPort
)
Public Overrides Function CreateTransport (
localPort As Integer
) As ITransport
public:
virtual ITransport^ CreateTransport(
int localPort
) override
abstract CreateTransport :
localPort : int -> ITransport
override CreateTransport :
localPort : int -> ITransport
Parameters
- localPort Int32
-
Return Value
ITransportImplements
ITransportFactoryCreateTransport(Int32)
See Also