Show / Hide Table of Contents

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 Source

HttpMethods

Gets the HTTP Methods supported by the Endpoint.
Declaration
public IEnumerable<string> HttpMethods { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>
| Improve this Doc View Source

Uri

Gets the URI of the Endpoint.
Declaration
public string Uri { get; }
Property Value
Type Description
System.String

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • HttpMethods
    • Uri
  • Extension Methods
Back to top Generated by DocFX