Click or drag to resize
TCPTransport Class
TCP alapú adatátvitelre szolgál a helyi és a távoli végpont között
Inheritance Hierarchy
SystemObject
  Ozeki.NetworkTCPTransport

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class TCPTransport : ITransport

The TCPTransport type exposes the following members.

Constructors
  NameDescription
Public methodTCPTransport
Initializes a new instance of the TCPTransport class
Top
Methods
  NameDescription
Public methodClose
Lezárjuk az adott transport réteget
Public methodConnect
Public methodSend
Adatot küld a távoli félnek
Public methodSetSendbufferSize
Top
Properties
  NameDescription
Public propertyIsConnected
Public propertyLocalAddress
Helyi végpont címe IP vagy Domain név
Public propertyLocalPort
Lokális port
Public propertyPacketHandler
Public propertyProtocol
Gets the protocol type.
Public propertyRemoteAddress
Távoli végpont címe
Public propertyRemotePort
Távoli port
Public propertyShareMode
Top
Events
  NameDescription
Public eventClosed
Public eventPacketReceived
Top
See Also