System.Net.Socket.TSocket.SocketType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SocketType: TSocketType read FSocketType;

C++

__property TSocketType SocketType = {read=FSocketType, nodefault};

Properties

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

Description

The type of the socket.

Possible types are:

  • TCP
  • UDP
  • RAW
  • RDM
  • SEQ

You can specify the socket type in the constructor.

See Also