Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Web Namespace > DicomWCFStreamer Class : DicomWCFStreamer Constructor |
public DicomWCFStreamer( string userName, string password, X509CertificateValidationMode validationMode, EndpointAddress manageServiceEndPointAddress, EndpointAddress queryServiceEndPointAddress, EndpointAddress objectRetrieveServiceEndPointAddress, EndpointAddress storeServiceEndPointAddress )
'Declaration 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 _ )
'Usage Dim userName As String Dim password As String Dim validationMode As X509CertificateValidationMode Dim manageServiceEndPointAddress As EndpointAddress Dim queryServiceEndPointAddress As EndpointAddress Dim objectRetrieveServiceEndPointAddress As EndpointAddress Dim storeServiceEndPointAddress As EndpointAddress Dim instance As New DicomWCFStreamer(userName, password, validationMode, manageServiceEndPointAddress, queryServiceEndPointAddress, objectRetrieveServiceEndPointAddress, storeServiceEndPointAddress)
public: DicomWCFStreamer( String^ userName, String^ password, X509CertificateValidationMode validationMode, EndpointAddress^ manageServiceEndPointAddress, EndpointAddress^ queryServiceEndPointAddress, EndpointAddress^ objectRetrieveServiceEndPointAddress, EndpointAddress^ storeServiceEndPointAddress )