This commit is contained in:
Johnny @PC 2015-12-22 20:35:09 +01:00
commit 1c23113197

View File

@ -111,6 +111,7 @@ namespace SpotifyAPI.Web.Auth
/// </summary>
public void StopHttpServer()
{
_httpServer.Dispose();
_httpServer = null;
}
@ -159,4 +160,4 @@ namespace SpotifyAPI.Web.Auth
public String State { get; set; }
public String Error { get; set; }
}
}
}