PostaEndpoint
Recordsealednet10.0
Describes a Posta API operation.
namespace CommunityToolkit.Aspire.Posta.Endpoints;
public sealed record PostaEndpoint : System.IEquatable<CommunityToolkit.Aspire.Posta.Endpoints.PostaEndpoint>{ // ...}IEquatable<PostaEndpoint>
14 members
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesAuthenticationget; initThe authentication required by the operation.
Documentationget; initstring?An optional implementation note.
IsImplementedget; initboolWhether the published OpenAPI contract is complete enough for the default transport.
Methodget; initHttpMethodThe HTTP method.
Pathget; initstringThe relative path template.
Methods8
Section titled Methods<Clone>$Deconstruct(HttpMethod, string, PostaAuthentication, bool, string?)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(PostaEndpoint?)boolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(PostaEndpoint?, PostaEndpoint?)staticboolop_Inequality(PostaEndpoint?, PostaEndpoint?)staticboolToStringstringReturns a string that represents the current object.