Ruyi SDK
Namespaces
Ruyi.Layer0
TBinaryProtocolTS Class
TBinaryProtocolTS Constructor
TBinaryProtocolTS Properties
TBinaryProtocolTS Methods
Click or drag to resizeClick or drag to resize

TBinaryProtocolTS Class

[This is preliminary documentation and is subject to change.]

Wrapper class of TBinaryProtocol only use it on thrift client side, lock when write start and unlock when read end.
Inheritance Hierarchy
SystemObject
  TProtocol
    TBinaryProtocol
      Ruyi.Layer0TBinaryProtocolTS

Namespace:  Ruyi.Layer0
Assembly:  SDK.Base.nf2.0 (in SDK.Base.nf2.0.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax
C#
Copy
public class TBinaryProtocolTS : TBinaryProtocol

The TBinaryProtocolTS type exposes the following members.

Constructors
  NameDescription
Public methodTBinaryProtocolTS
contructor of TBinaryProtocolTS
Top
Properties
  NameDescription
Public propertyRecursionLimit (Inherited from TProtocol.)
Public propertyTransport (Inherited from TProtocol.)
Top
Methods
  NameDescription
Public methodDecrementRecursionDepth (Inherited from TProtocol.)
Public methodDispose (Inherited from TProtocol.)
Public methodIncrementRecursionDepth (Inherited from TProtocol.)
Public methodReadBinary (Inherited from TBinaryProtocol.)
Public methodReadBool (Inherited from TBinaryProtocol.)
Public methodReadByte (Inherited from TBinaryProtocol.)
Public methodReadDouble (Inherited from TBinaryProtocol.)
Public methodReadFieldBegin (Inherited from TBinaryProtocol.)
Public methodReadFieldEnd (Inherited from TBinaryProtocol.)
Public methodReadI16 (Inherited from TBinaryProtocol.)
Public methodReadI32 (Inherited from TBinaryProtocol.)
Public methodReadI64 (Inherited from TBinaryProtocol.)
Public methodReadListBegin (Inherited from TBinaryProtocol.)
Public methodReadListEnd (Inherited from TBinaryProtocol.)
Public methodReadMapBegin (Inherited from TBinaryProtocol.)
Public methodReadMapEnd (Inherited from TBinaryProtocol.)
Public methodReadMessageBegin (Inherited from TBinaryProtocol.)
Public methodReadMessageEnd
read message end, release the transport
(Overrides TBinaryProtocol.ReadMessageEnd.)
Public methodReadSetBegin (Inherited from TBinaryProtocol.)
Public methodReadSetEnd (Inherited from TBinaryProtocol.)
Public methodReadString (Inherited from TProtocol.)
Public methodReadStructBegin (Inherited from TBinaryProtocol.)
Public methodReadStructEnd (Inherited from TBinaryProtocol.)
Public methodWriteBinary (Inherited from TBinaryProtocol.)
Public methodWriteBool (Inherited from TBinaryProtocol.)
Public methodWriteByte (Inherited from TBinaryProtocol.)
Public methodWriteDouble (Inherited from TBinaryProtocol.)
Public methodWriteFieldBegin (Inherited from TBinaryProtocol.)
Public methodWriteFieldEnd (Inherited from TBinaryProtocol.)
Public methodWriteFieldStop (Inherited from TBinaryProtocol.)
Public methodWriteI16 (Inherited from TBinaryProtocol.)
Public methodWriteI32 (Inherited from TBinaryProtocol.)
Public methodWriteI64 (Inherited from TBinaryProtocol.)
Public methodWriteListBegin (Inherited from TBinaryProtocol.)
Public methodWriteListEnd (Inherited from TBinaryProtocol.)
Public methodWriteMapBegin (Inherited from TBinaryProtocol.)
Public methodWriteMapEnd (Inherited from TBinaryProtocol.)
Public methodWriteMessageBegin
begin to write the message, see if we need to create a new transport
(Overrides TBinaryProtocol.WriteMessageBegin(TMessage).)
Public methodWriteMessageEnd (Inherited from TBinaryProtocol.)
Public methodWriteSetBegin (Inherited from TBinaryProtocol.)
Public methodWriteSetEnd (Inherited from TBinaryProtocol.)
Public methodWriteString (Inherited from TProtocol.)
Public methodWriteStructBegin (Inherited from TBinaryProtocol.)
Public methodWriteStructEnd (Inherited from TBinaryProtocol.)
Top
See Also

Reference

Ruyi.Layer0 Namespace

Copyright ©Zhongshan Subor Advanced Technology Co., Ltd. 2017-2018, All right reserved

Send comments on this topic to dev-support@playruyi.com