| UDPRealTransportFactoryCreateTransport Method (Int32) | 
 
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
 - Type: SystemInt32
 
Return Value
Type: 
ITransportImplements
ITransportFactoryCreateTransport(Int32)
See Also