LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ObjectRetrieveServiceEndPointAddress Property
See Also 
Leadtools.Dicom.Web Namespace > DicomWCFStreamer Class : ObjectRetrieveServiceEndPointAddress Property



Gets or sets the WCF Service address which implement the Leadtools.Dicom.WCF.IObjectRetrieveService interface.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ObjectRetrieveServiceEndPointAddress As EndpointAddress
Visual Basic (Usage)Copy Code
Dim instance As DicomWCFStreamer
Dim value As EndpointAddress
 
value = instance.ObjectRetrieveServiceEndPointAddress
C# 
public EndpointAddress ObjectRetrieveServiceEndPointAddress {get;}
C++/CLI 
public:
property EndpointAddress^ ObjectRetrieveServiceEndPointAddress {
   EndpointAddress^ get();
}

Property Value

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

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also