List of Socket methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
mNo edit summary
Line 6: Line 6:
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[Capture (Socket function)|Capture]]</td><td valign="top">Should print output be sent on the socket?</td></tr>
<tr><td valign="top">[[Capture ? (Socket function)|Capture]]</td><td valign="top">Should print output be sent on the socket?</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">[[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>

Revision as of 19:46, 5 February 2013

The following are the available Socket class methods.

MethodDescription
CaptureShould print output be sent on the socket?
CertInfoRetrieve a value from the SSL certificate
CertLevelsNumber of levels of the SSL certificate
CertificateRetrieve the SSL certificate
CloseClose this socket connection
ErrInfoRetrieve info about the most recent socket error
GetSocketNumberSocket number of this socket
GetSocketObjectGet a socket object for the given socket number
InfoRetrieve information about the socket
NewOpen a new socket
NumSocket numbers of a set of selected sockets
OnResetJump to label when this socket resets
ReceiveReceive a string of bytes on this socket
ReceiveAndParseReceive bytes up to a given string
ReceiveAsynchronousReceive zero or more bytes on this socket
ReceivedFinTest if received FIN on connection
SSLOnTurn on SSL processing
SendSend a string over this socket
SendWithLineEndSend a string plus line end character
ServerSocketGet a reference to the server socket
SetChange a setting for this socket
TranInTranslate a remote=encoded string to internal
TranOutTranslate an internal-encoded string to remote
URLEncodeUse escape sequences to encode special chars

See also