List of Socket methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 9: | Line 9: | ||
<tr><td valign="top">[[CertInfo (Socket function)|CertInfo]]</td><td valign="top">Retrieve a value from the SSL certificate</td></tr> | <tr><td valign="top">[[CertInfo (Socket function)|CertInfo]]</td><td valign="top">Retrieve a value from the SSL certificate</td></tr> | ||
<tr><td valign="top">[[CertLevels (Socket function)|CertLevels]]</td><td valign="top">Number of levels of the SSL certificate</td></tr> | <tr><td valign="top">[[CertLevels (Socket function)|CertLevels]]</td><td valign="top">Number of levels of the SSL certificate</td></tr> | ||
<tr><td valign="top">[[Certificate (Socket function)|Certificate]]</td><td valign="top">Retrieve the SSL certificate</td></tr> | |||
<tr><td valign="top">[[Close (Socket function)|Close]]</td><td valign="top">Close this socket connection</td></tr> | <tr><td valign="top">[[Close (Socket function)|Close]]</td><td valign="top">Close this socket connection</td></tr> | ||
<tr><td valign="top">[[ErrInfo (Socket function)|ErrInfo]]</td><td valign="top">Retrieve info about the most recent socket error</td></tr> | <tr><td valign="top">[[ErrInfo (Socket function)|ErrInfo]]</td><td valign="top">Retrieve info about the most recent socket error</td></tr> | ||
Line 41: | Line 42: | ||
</tr> | </tr> | ||
</table> | </table> | ||
[[Category:Lists of methods]] |
Revision as of 02:16, 3 November 2011
The following are the available Socket class methods.
Method | Description |
---|---|
Capture | Should print output be sent on the socket? |
CertInfo | Retrieve a value from the SSL certificate |
CertLevels | Number of levels of the SSL certificate |
Certificate | Retrieve the SSL certificate |
Close | Close this socket connection |
ErrInfo | Retrieve info about the most recent socket error |
GetSocketNumber | Socket number of this socket |
GetSocketObject | Get a socket object for the given socket number |
Info | Retrieve information about the socket |
New | Open a new socket |
Num | Socket numbers of a set of selected sockets |
OnReset | Jump to label when this socket resets |
Receive | Receive a string of bytes on this socket |
ReceiveAndParse | Receive bytes up to a given string |
ReceiveAsynchronous | Receive zero or more bytes on this socket |
ReceivedFin | Test if received FIN on connection |
SSLOn | Turn on SSL processing |
Send | Send a string over this socket |
SendWithLineEnd | Send a string plus line end character |
ServerSocket | Get a reference to the server socket |
Set | Change a setting for this socket |
TranIn | Translate a remote=encoded string to internal |
TranOut | Translate an internal-encoded string to remote |
URLEncode | Use escape sequences to encode special chars |