Enum TransportFeatures
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll
Describes the protocol capabilities supported by a transport.
[Flags]public enum TransportFeaturesFields
Section titled “Fields”ClientStreaming = 4
Indicates client-streaming interactions are supported.
DuplexStreaming = 8
Indicates duplex-streaming interactions are supported.
None = 0
Indicates no transport features.
RequestResponse = 1
Indicates request-response interactions are supported.
ServerStreaming = 2
Indicates server-streaming interactions are supported.