Class HttpEndpoint
Class representing an extra HTTP endpoint
Implements
System.ICloneable
System.ComponentModel.INotifyPropertyChanging
System.ComponentModel.INotifyPropertyChanged
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: DuetAPI.Machine
Assembly: DuetAPI.dll
Syntax
public sealed class HttpEndpoint : ModelObject, ICloneable, INotifyPropertyChanging, INotifyPropertyChanged
Properties
EndpointType
HTTP type of this endpoint
Declaration
public HttpEndpointType EndpointType { get; set; }
Property Value
Type | Description |
---|---|
HttpEndpointType |
Namespace
Namespace of the endpoint
Declaration
public string Namespace { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Path
Path to the endpoint
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnixSocket
Path to the UNIX socket
Declaration
public string UnixSocket { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.ICloneable
System.ComponentModel.INotifyPropertyChanging
System.ComponentModel.INotifyPropertyChanged