Creates a DicomWCFStreamer object to consume the DICOM Service.
protected virtual DicomWCFStreamer CreateStreamer(string userName,string password,X509CertificateValidationMode certificateValidation,EndpointAddress manageServiceEndPointAddress,EndpointAddress queryServiceEndPointAddress,EndpointAddress objectRetrieveServiceEndPointAddress,EndpointAddress storageEndPointAddress)
Protected Overridable Function CreateStreamer( _ByVal userName As String, _ByVal password As String, _ByVal certificateValidation As X509CertificateValidationMode, _ByVal manageServiceEndPointAddress As EndpointAddress, _ByVal queryServiceEndPointAddress As EndpointAddress, _ByVal objectRetrieveServiceEndPointAddress As EndpointAddress, _ByVal storageEndPointAddress As EndpointAddress _) As Leadtools.Dicom.Web.DicomWCFStreamer
protected:virtual Leadtools.Dicom.Web.DicomWCFStreamer^ CreateStreamer(String^ userName,String^ password,X509CertificateValidationMode certificateValidation,EndpointAddress^ manageServiceEndPointAddress,EndpointAddress^ queryServiceEndPointAddress,EndpointAddress^ objectRetrieveServiceEndPointAddress,EndpointAddress^ storageEndPointAddress)
userName
The user name for the user consuming the web service.
password
The user password for the user account consuming the web service.
certificateValidation
Enumeration value for the service certificate validation.
manageServiceEndPointAddress
The System.ServiceModel.EndpointAddress for the Manage service.
queryServiceEndPointAddress
The System.ServiceModel.EndpointAddress for the Query service.
objectRetrieveServiceEndPointAddress
The System.ServiceModel.EndpointAddress for the ObjectRetrieve service.
storageEndPointAddress
The System.ServiceModel.EndpointAddress for the Store service.
A DicomWCFStreamer object used to consume the DICOM services.
Override this method to create your own type of the DicomWCFStreamer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
