Specifies the item types that may be returned by the GopherClient class.
| Member Name | Description |
|---|---|
| itemFile | A file, typically a standard text file. |
| itemDirectory | A directory which contains a list of Gopher items. |
| itemPhonebook | A phonebook server. |
| itemError | An error condition has occurred. |
| itemBinHex | A Macintosh file encoded using the BinHex algorithm. |
| itemDosFile | An MS-DOS binary file. |
| itemUuencode | A binary file encoded using the uuencode algorithm. |
| itemIndex | An index search server. |
| itemTelnet | A Telnet session. |
| itemBinary | A binary file. |
| itemGif | An image stored in the Graphics Interchange Format. |
| itemImage | A bitmap image stored in an alternate format. |
| itemTn3270 | A TN3270 Telnet session. |
| itemCalendar | A calendar server. |
| itemSound | An audio file. |
| itemMime | A MIME formatted message. |
| itemPdf | A file stored in the Portable Document Format. |
| itemHtml | A Hypertext Markup Language file. |
| itemMailbox | A mailbox on a mail server. |
| itemUnknown | An unknown item type. |
Namespace: SocketTools
Assembly: SocketTools.GopherClient (in SocketTools.GopherClient.dll)