'Declaration
Function Logout( _ ByVal entryUri As Uri, _ ByVal client As HttpClient _ ) As Task
Task Logout( Uri entryUri, HttpClient client )
Parameters
- entryUri
- The entry URL of the server
- client
- A web client object to use to perform logout operations.