*
* @return IStreamDownload the StreamDownload CoreService client
*/
public static IStreamDownload getStreamDownloadBasicHttpClientClient() {
if (streamDownloadBasicHttpClient == null) {
CoreService2012 service = getService();
streamDownloadBasicHttpClient = service.getStreamDownloadBasicHttp();
setEndpointAddress((BindingProvider) streamDownloadBasicHttpClient, "streamDownload_basicHttp");
}
return streamDownloadBasicHttpClient;
}