IPADDRESS (ALIAS) ¶ TYPE IPADDRESS : STRING(15)
TCP ¶ IClient (Interface) Read (Method) SetAdapter (Method) Upgrade (Method) Write (Method) IConnection (Interface) GetClientAddress (Method) Read (Method) Write (Method) ISegment (Interface) CopyData (Method) GetDataPointer (Method) SetOffset (Method) ISegmentPool (Interface) GetSegment (Method) IServer (Interface) IStream (Interface) Read (Method) Write (Method)
IClient (ITF) ¶ INTERFACE IClient EXTENDS __SYSTEM.IQueryInterface A generic parameter for transferring the properties of a TCP_Client . Do not implement your own instance! Methods: Read SetAdapter Upgrade Write Structure: Read (Method) SetAdapter (Method) Upgrade (Method) Write (Method)
IConnection (ITF) ¶ INTERFACE IConnection EXTENDS __SYSTEM.IQueryInterface A generic parameter for transferring the properties of a TCP_Connection . Do not implement your own instance! Methods: GetClientAddress Read Write Structure: GetClientAddress (Method) Read (Method) Write (Method)
ISegment (ITF) ¶ INTERFACE ISegment EXTENDS IDisposable A generic parameter for transferring TCP segment instance. See: SegmentPool or CreateSegment Do not implement your own instance! Methods: CopyData GetDataPointer SetOffset ObjectDispose , inherited from IDisposable ObjectRelease , inherited from IDisposable ObjectRetain , inherited from IDisposable Structure: CopyData (Method) GetDataPointer (Method) SetOffset (Method)
ISegmentPool (ITF) ¶ INTERFACE ISegmentPool EXTENDS IDisposable A generic parameter for transferring the properties of a SegmentPool . Do not implement your own instance! Methods: GetSegment ObjectDispose , inherited from IDisposable ObjectRelease , inherited from IDisposable ObjectRetain , inherited from IDisposable Structure: GetSegment (Method)
IServer (ITF) ¶ INTERFACE IServer EXTENDS __SYSTEM.IQueryInterface A generic parameter for transferring the properties of a TCP_Server . Do not implement your own instance!
IStream (ITF) ¶ INTERFACE IStream EXTENDS __SYSTEM.IQueryInterface A generic parameter for transferring the properties of a Stream . Do not implement your own instance! Methods: Read Write Structure: Read (Method) Write (Method)
TLS ¶ ICertificateVerifier (Interface) VerifyCertificate (Method) ITLSContext (Interface)
ICertificateVerifier (ITF) ¶ INTERFACE ICertificateVerifier EXTENDS __SYSTEM.IQueryInterface See: TLSContext Methods: VerifyCertificate Structure: VerifyCertificate (Method)