←Select platform

DicomWCFStreamer Constructor

Summary

Initializes a new instance of the DicomWCFStreamer class.

Syntax

C#
VB
C++
public DicomWCFStreamer( 
   string userName, 
   string password, 
   X509CertificateValidationMode validationMode, 
   EndpointAddress manageServiceEndPointAddress, 
   EndpointAddress queryServiceEndPointAddress, 
   EndpointAddress objectRetrieveServiceEndPointAddress, 
   EndpointAddress storeServiceEndPointAddress 
) 
  
Public Function New( _ 
   ByVal userName As String, _ 
   ByVal password As String, _ 
   ByVal validationMode As X509CertificateValidationMode, _ 
   ByVal manageServiceEndPointAddress As EndpointAddress, _ 
   ByVal queryServiceEndPointAddress As EndpointAddress, _ 
   ByVal objectRetrieveServiceEndPointAddress As EndpointAddress, _ 
   ByVal storeServiceEndPointAddress As EndpointAddress _ 
) 
public: 
DicomWCFStreamer(  
   String^ userName, 
   String^ password, 
   X509CertificateValidationMode validationMode, 
   EndpointAddress^ manageServiceEndPointAddress, 
   EndpointAddress^ queryServiceEndPointAddress, 
   EndpointAddress^ objectRetrieveServiceEndPointAddress, 
   EndpointAddress^ storeServiceEndPointAddress 
) 

Parameters

userName
The user name performing the calls.

password
The user password.

validationMode
A System.ServiceModel.Security.X509CertificateValidationMode enumeration value used to validate the WCF service certificate.

manageServiceEndPointAddress
The web address of the Leadtools.Dicom.WCF.DICOMService implementing the Leadtools.Dicom.WCF.IManageService interface.

queryServiceEndPointAddress
The web address of the Leadtools.Dicom.WCF.DICOMService implementing the Leadtools.Dicom.WCF.IQueryService interface.

objectRetrieveServiceEndPointAddress
The web address of the Leadtools.Dicom.WCF.DICOMService implementing the Leadtools.Dicom.WCF.IObjectRetrieveService interface.

storeServiceEndPointAddress
The web address of the Leadtools.Dicom.WCF.DICOMService implementing the Leadtools.Dicom.WCF.IStoreService interface.

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