LumiSoft Mail Server User API
NNTP_Client Class
Namespaces > LumiSoft.Net.NNTP.Client > NNTP_Client
NNTP client. Definex in RFC 977.
Syntax
C#Visual BasicManaged C++
public class NNTP_Client : IDisposable
Public Class NNTP_Client _
	Implements IDisposable
public ref class NNTP_Client : IDisposable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
NNTP_ClientNew()
Default constructor.
Connect(String, Int32)
Connects to specified NNTP server.
Connected
Gets if NNTP client is connected.
Disconnect()
Disconnects from NNTP server, trys to send QUIT command before.
Dispose()
Clean up any resources being used.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetNewsGroups()
Gets NNTP newsgoups.
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
PostMessage(String, Stream)
Posts specified message to the specified newsgroup.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
NNTP_Client

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)