Class Client
NTRIP Client for querying an NTRIP server and opening an NTRIP stream
Inherited Members
Namespace: NmeaParser.Gnss.Ntrip
Assembly: NmeaParser.dll
Syntax
public class Client
Constructors
| Name | Description |
|---|---|
| Client(string, int) | Initializes a new instance of the Client class |
| Client(string, int, string?, string?) | Initializes a new instance of the Client class |
Methods
| Name | Description |
|---|---|
| GetSourceTable() | Gets a list of sources from the NTRIP endpoint |
| OpenStream(NtripStream) | Connects to the endpoint for the specified Mountpoint |
| OpenStream(string) | Connects to the endpoint for the specified Mountpoint |
Applies
| Target | Versions |
|---|---|
| .NET Standard 2.0 | main, v3.0, v2.2, v2.1 |
| .NET | main, v3.0 |
| .NET Windows | main, v3.0 |
| .NET Android | main, v3.0 |
| .NET iOS | main, v3.0 |
| .NET Framework | main, v3.0, v2.2, v2.1 |
| UWP | main, v3.0, v2.2, v2.1 |
| Xamarin.Android | v2.2, v2.1 |
| Xamarin.iOS | v2.2, v2.1 |