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

Show in webframe

StoreServiceEndPointAddress Property






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

            

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

Property Value

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

Target Platforms

See Also

Reference

DicomWCFStreamer Class
DicomWCFStreamer Members

Error processing SSI file