SocketTools .NET Edition

GopherClient Class

Implements the Gopher protocol.

For a list of all members of this type, see GopherClient Members.

System.Object
   SocketTools.GopherClient

[Visual Basic]
Public Class GopherClient
    Implements IDisposable
[C#]
public class GopherClient : IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The GopherClient class enables the application to search a Gopher server for a specific document or resource and return that information to the client. The Gopher protocol pre-dates the Hypertext Transfer Protocol (HTTP) that is used with the World Wide Web and is similar in a number of ways. Resources returned by the Gopher server may be text files, as well as binary executables, image files and encoded file archives.

Requirements

Namespace: SocketTools

Assembly: SocketTools.GopherClient (in SocketTools.GopherClient.dll)

See Also

GopherClient Members | SocketTools Namespace