Class HttpBehaviorBindingExtensions
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Behaviors.Http.Hosting
Assembly: Cephalon.Behaviors.Http.dll
Extension methods for registering the HTTP transport binding pack into the behavior DI container.
public static class HttpBehaviorBindingExtensionsInheritance
Section titled “Inheritance”object ← HttpBehaviorBindingExtensions
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”AddHttpBehaviorBindings(IBehaviorCollectionBuilder)
Section titled “ AddHttpBehaviorBindings(IBehaviorCollectionBuilder)”Registers all 6 generic HTTP transport bindings (JSON-RPC, GraphQL, GraphQL-SSE,
GraphQL-WS, SSE, WebSocket) and the
public static IBehaviorCollectionBuilder AddHttpBehaviorBindings(this IBehaviorCollectionBuilder builder)Parameters
Section titled “Parameters”builder IBehaviorCollectionBuilder
The behavior collection builder to extend.
Returns
Section titled “Returns”IBehaviorCollectionBuilder
The same builder for fluent chaining.