Class ServiceInfo
Provides basic information about a service.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Description
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
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
[DataMember]
public Collection<EndpointInfo> Endpoints { get; }
Property Value
| Type | Description |
|---|---|
| Collection<EndpointInfo> |
QName
Gets or sets service name and namespace.
Declaration
[DataMember]
public XmlQualifiedName QName { get; set; }
Property Value
| Type | Description |
|---|---|
| XmlQualifiedName |