Initializes a new instance of the DicomWCFStreamer class.
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)
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.
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
