NatTransportFactoryCreateTransport Method (Int32) |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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