Click or drag to resize

UDPRealTransportFactory Class

Inheritance Hierarchy
SystemObject
  Ozeki.NetworkBaseTransportFactory
    Ozeki.NetworkUDPProxyTransportFactory
      Ozeki.NetworkUDPRealTransportFactory

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class UDPRealTransportFactory : UDPProxyTransportFactory

The UDPRealTransportFactory type exposes the following members.

Constructors
 NameDescription
Public methodUDPRealTransportFactoryInitializes a new instance of the UDPRealTransportFactory class
Top
Properties
 NameDescription
Public propertyLocalAddress Lokális cím
(Inherited from BaseTransportFactory)
Public propertyMaxPort A legnagyobb kiosztható cím
(Inherited from BaseTransportFactory)
Public propertyMinPort A legkisebb kiosztható cím
(Inherited from BaseTransportFactory)
Public propertyReservedPorts Visszaadja a jelenleg használt portokat
(Inherited from UDPProxyTransportFactory)
Public propertyTransportType Protokol típusa
(Inherited from UDPProxyTransportFactory)
Top
Methods
 NameDescription
Public methodClose
(Inherited from UDPProxyTransportFactory)
Protected methodCreateSocket Létrehozza vagy előszedi a socket pool bol a socket et
(Inherited from UDPProxyTransportFactory)
Public methodCreateTransport(Boolean) Létrehoz egy transport réteget, ha a porttartományban nincs szabad port, akkor null értékkel tér vissza
(Inherited from UDPProxyTransportFactory)
Public methodCreateTransport(Int32)
(Overrides UDPProxyTransportFactoryCreateTransport(Int32))
Public methodListenPort Az adott portot figyeli és ha érkezik rá egy kapcsolódási kérés, akkor a callback meghívódik, amelyben megkapjuk az uj transport rétegunket, melyen keresztul kommunikálhatunk az ujonnan kapcsolodoval, ha az adott portot már figyeli valaki, akkor false értékkel tér vissza
(Inherited from UDPProxyTransportFactory)
Protected methodNextPort
(Inherited from BaseTransportFactory)
Public methodRemove
(Overrides UDPProxyTransportFactoryRemove(ITransport))
Public methodRemoveSocket
(Inherited from UDPProxyTransportFactory)
Public methodToString
(Inherited from BaseTransportFactory)
Public methodUnsubscribeListenPort Leiratkorunk az adott port figyeléséről
(Inherited from UDPProxyTransportFactory)
Top
Fields
See Also