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: 10.4.54.0
Syntax
public class TCPTransport : ITransport

The TCPTransport type exposes the following members.

Constructors
 NameDescription
Public methodTCPTransportInitializes a new instance of the TCPTransport class
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
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
Events
 NameDescription
Public eventClosed 
Public eventPacketReceived 
Top
See Also