| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ManageServiceEndPointAddress As EndpointAddress | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomWCFStreamer Dim value As EndpointAddress value = instance.ManageServiceEndPointAddress | |
| C# | |
|---|---|
public EndpointAddress ManageServiceEndPointAddress {get;} | |
| C++/CLI | |
|---|---|
public: property EndpointAddress^ ManageServiceEndPointAddress { EndpointAddress^ get(); } | |
Property Value
Set this value with the System.ServiceModel.EndpointAddress representing the address of the WCF Service implementing the Leadtools.Dicom.WCF.IManageService.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code