| Overload | Description |
|---|---|
| Get(Stream) | Get a single message from the server, specifying the Stream object to use for encapsulating the message. |
| Get(Stream,Int32) | Get a specified amount of lines of a single message from the server, specifying the Stream object to use for encapsulating the message. |
| Get() | Get a single message from the server. The message will be encapsulated by a MessageStream. |
| Get(Int32) | Get a specified amount of lines of a single message from the server. The message will be encapsulated by a MessageStream. |
Target Platforms: Microsoft .NET Framework 2.0