Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Web Namespace > MedicalWebViewerLoader Class : ServerIdentity Property |
public DnsEndpointIdentity ServerIdentity {get; set;}
'Declaration Public Property ServerIdentity As DnsEndpointIdentity
'Usage Dim instance As MedicalWebViewerLoader Dim value As DnsEndpointIdentity instance.ServerIdentity = value value = instance.ServerIdentity
public: property DnsEndpointIdentity^ ServerIdentity { DnsEndpointIdentity^ get(); void set ( DnsEndpointIdentity^ value); }
Use this property to explicitly specify the System.ServiceModel.DnsEndpointIdentity for outgoing messages.
This property is useful when connecting to a WCF service where the service address differ than the server identity or when using an invalid (test) certificate.