Method CloseAsync
CloseAsync()
Asynchronously closes the event listener and its connection.
public Task<HttpResponse> CloseAsync()
Returns
- Task<HttpResponse>
An HttpResponse indicating the server close response.
Asynchronously closes the event listener and its connection.
public Task<HttpResponse> CloseAsync()
An HttpResponse indicating the server close response.