XdsObjects Help file
XdsObjects Namespace / WebServiceEndpoint Class
Members



In This Topic
    WebServiceEndpoint Class
    In This Topic
    Defines an endpoint to which XdsObjects can make a connection.
    Syntax
    Public Class WebServiceEndpoint 
       Inherits System.ServiceModel.EndpointAddress
    Dim instance As WebServiceEndpoint
    public class WebServiceEndpoint : System.ServiceModel.EndpointAddress 
    public ref class WebServiceEndpoint : public System.ServiceModel.EndpointAddress 
    Remarks

    This class is used extensively in web services and auditing, as it encapulsates both a standard .NET System.ServiceModel.EndpointAddress and also a client certificate to allow secure communication with mutual authentication, as required by ATNA.

    Inheritance Hierarchy

    System.Object
       System.ServiceModel.EndpointAddress
          XdsObjects.WebServiceEndpoint

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also