Leadtools.Dicom.Web Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CreateStreamer Method
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerStreamer Class : CreateStreamer Method



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 EndpointAddress for the Manage service.
queryServiceEndPointAddress
The EndpointAddress for the Query service.
objectRetrieveServiceEndPointAddress
The EndpointAddress for the ObjectRetrieve service.
storageEndPointAddress
The EndpointAddress for the Store service.
Creates a DicomWCFStreamer object to consume the DICOM Service.

Syntax

Visual Basic (Declaration) 
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 DicomWCFStreamer
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerStreamer
Dim userName As String
Dim password As String
Dim certificateValidation As X509CertificateValidationMode
Dim manageServiceEndPointAddress As EndpointAddress
Dim queryServiceEndPointAddress As EndpointAddress
Dim objectRetrieveServiceEndPointAddress As EndpointAddress
Dim storageEndPointAddress As EndpointAddress
Dim value As DicomWCFStreamer
 
value = instance.CreateStreamer(userName, password, certificateValidation, manageServiceEndPointAddress, queryServiceEndPointAddress, objectRetrieveServiceEndPointAddress, storageEndPointAddress)

Parameters

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 EndpointAddress for the Manage service.
queryServiceEndPointAddress
The EndpointAddress for the Query service.
objectRetrieveServiceEndPointAddress
The EndpointAddress for the ObjectRetrieve service.
storageEndPointAddress
The EndpointAddress for the Store service.

Return Value

A DicomWCFStreamer object used to consume the DICOM services.

Remarks

Override this method to create your own type of the DicomWCFStreamer.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

CreateStreamer requires a Web Viewer Framework Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features