Class ServiceInfo
Provides basic information about a service.
Inherited Members
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 |