'Declaration
Public Sub Listen( _ ByVal BaseUri As String, _ Optional ByVal CertficatePath As String, _ Optional ByVal CertificatePassword As String _ )
'Usage
Dim instance As DicomWebServer Dim BaseUri As String Dim CertficatePath As String Dim CertificatePassword As String instance.Listen(BaseUri, CertficatePath, CertificatePassword)
public void Listen( string BaseUri, string CertficatePath, string CertificatePassword )
public: void Listen( String^ BaseUri, String^ CertficatePath, String^ CertificatePassword )
Parameters
- BaseUri
- The uri on which the server will be listening on
- CertficatePath
- Absolute path to the Certificate file if need to listen on https
- CertificatePassword
- Password for the server certificate, CertficatePath must also be set