Class ServiceEndpoint
Represents the Service Endpoint for a Service provided by a Pellet Server.
Inheritance
System.Object
ServiceEndpoint
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query.Inference.Pellet
Assembly: dotNetRDF.dll
Syntax
public class ServiceEndpoint
Properties
| Improve this Doc View SourceHttpMethods
Gets the HTTP Methods supported by the Endpoint.
Declaration
public IEnumerable<string> HttpMethods { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
Uri
Gets the URI of the Endpoint.
Declaration
public string Uri { get; }
Property Value
Type | Description |
---|---|
System.String |