Click or drag to resize
UDPRealTransportFactory Class
Inheritance Hierarchy

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

The UDPRealTransportFactory type exposes the following members.

Constructors
  NameDescription
Public methodUDPRealTransportFactory
Initializes a new instance of the UDPRealTransportFactory class
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 methodUnsubscribeListenPort
Leiratkorunk az adott port figyeléséről
(Inherited from UDPProxyTransportFactory.)
Top
Fields
  NameDescription
Protected fieldBufferManager (Inherited from BaseTransportFactory.)
Protected fieldSocketAsyncEventArgsPool (Inherited from BaseTransportFactory.)
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
See Also