We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957e717 commit b3a6a39Copy full SHA for b3a6a39
README.md
@@ -55,7 +55,7 @@ The GetEndpointData method is used to retrieve a fully results set.
55
public Endpoint GetEndpointData(string host, string s, FromCache fromCache)
56
```
57
58
-The wrapper also contains an overloaded GetEndpointDetail method which only requires the host and s parameter. Internal is uses FromCache.Off.
+The wrapper also contains an overloaded GetEndpointData method which only requires the host and s parameter. Internal is uses FromCache.Off.
59
```C#
60
public Endpoint GetEndpointData(string host, string s)
61
0 commit comments