←Select platform

CreateStreamer Method

Summary

Creates a DicomWCFStreamer object to consume the DICOM Service.

Syntax

C#
VB
C++
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 
)  

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 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.

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly