Show / Hide Table of Contents

    Class ServiceInfo

    Provides basic information about a service.

    Inheritance
    Object
    ServiceInfo
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Description
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class ServiceInfo

    Constructors

    ServiceInfo()

    Instanciates an empty object.

    Declaration
    public ServiceInfo()

    ServiceInfo(String, String)

    Initializes new object with service name and namespace.

    Declaration
    public ServiceInfo(string name, string ns)
    Parameters
    Type Name Description
    String name

    Service WSDL name.

    String ns

    Service WSDL namespace.

    Properties

    Endpoints

    Gets collection of service endpoints (ports).

    Declaration
    public Collection<EndpointInfo> Endpoints { get; }
    Property Value
    Type Description
    Collection<EndpointInfo>

    QName

    Gets or sets service name and namespace.

    Declaration
    public XmlQualifiedName QName { get; set; }
    Property Value
    Type Description
    XmlQualifiedName
    Back to top Nevatech Sentinet 6.5 Online Documentation