Host
|
The host to which you would like to connect.
|
LocalHost
|
Once a TCP connection is established, this property reflects local IP used by this connection.
|
LocalPort
|
Once a TCP connection is established, this property reflects local port (1-65535) used by this connection.
|
Path
|
Return or set the path of the local socket you want to connect.
|
Port
|
The port to which you would like to connect on the remote host.
|
RemoteHost
|
Once a TCP connection is established, this property reflects remote IP used by this connection.
|
RemotePort
|
Once a TCP connection is established, this property reflects remote port (1-65535) used by this connection.
|
Server
|
If that socket has been created by the Accept method of a ServerSocket,
then return that ServerSocket object.
|
Status
|
Reflects the current status of a Socket object.
|
StatusText
|
Return the status of the socket as a string.
|
Timeout
|
Return or set the timeout of the socket, in milliseconds.
|
Blocking
|
Returns or sets if the stream is blocking.
|
ByteOrder
|
Returns or sets the byte order used to read or write binary data to the stream.
|
EndOfFile
|
This property signals whether the last use of LINE INPUT reached the end of file,
instead of reading a full line with an end-of-line character.
|
EndOfLine
|
Return or set the newline separator used by this stream.
|
Eof
|
Return if a stream reached its end.
|
Handle
|
Returns the system file descriptor associated with this Stream.
|
IsTerm
|
Return if a stream is associated with a terminal.
|
Lines
|
Returns a virtual object that allows you to enumerate a stream line by line.
|
NoShare
|
|
NullTerminatedString
|
Return or set if strings are null-terminated when they are serialized.
|
Tag
|
Returns or sets the tag associated with the stream.
|
Term
|
Return a virtual object that allows to manage the terminal associated with the stream.
|