Creates a new ImapInputStream object.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public ImapInputStream( Imap imap, Socket client ) |
Visual Basic |
---|
Public Sub New ( _ imap As Imap, _ client As Socket _ ) |
Visual C++ |
---|
public: ImapInputStream( Imap^ imap, Socket^ client ) |
Parameters
- imap
- Type: Jscape.Email..::..Imap
The Imap instance associated with the input stream.
- client
- Type: System.Net.Sockets..::..Socket
The socket associated with the input stream.