System.Net.Socket.TSocketStream

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TStreamSystem.TObjectTSocketStream

Delphi

TSocketStream = class(TStream)

C++

class PASCALIMPLEMENTATION TSocketStream : public System::Classes::TStream

Properties

Type Visibility Source Unit Parent
class public
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket System.Net.Socket

Description

Stream wrapper around a TSocket, suitable to use in cases where a TStream descendant is required.

NOTE: This stream instance does not support setting position using the Position property or the Seek method.

See Also