Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

QueryServiceEndPointAddress Property






Gets or sets the WCF Service address which implement the Leadtools.Dicom.WCF.IQueryService interface.
Syntax
public EndpointAddress QueryServiceEndPointAddress {get;}
'Declaration
 
Public ReadOnly Property QueryServiceEndPointAddress As EndpointAddress
'Usage
 
Dim instance As DicomWCFStreamer
Dim value As EndpointAddress
 
value = instance.QueryServiceEndPointAddress

            

            
public:
property EndpointAddress^ QueryServiceEndPointAddress {
   EndpointAddress^ get();
}

Property Value

Set this value with the System.ServiceModel.EndpointAddress representing the address of the WCF Service implementing the Leadtools.Dicom.WCF.IQueryService.
Requirements

Target Platforms

See Also

Reference

DicomWCFStreamer Class
DicomWCFStreamer Members

Error processing SSI file