The following tables list the members exposed by BinaryDecoder.
| Name | Description | |
|---|---|---|
|  | BinaryDecoder Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|  | Context | The message context associated with the decoder. | 
|  | EncodingType | The type of encoding being used. | 
|  | Position | Returns the current position in the stream. | 
| Name | Description | |
|---|---|---|
|  | Close | Completes reading and closes the stream. | 
|   | DecodeMessage | Overloaded. Decodes a message from a stream. | 
|  | Dispose | Frees any unmanaged resources. | 
|  | LoadStringTable | Loads a string table from a binary stream. | 
|  | PopNamespace | Pops a namespace from the namespace stack. | 
|  | PushNamespace | Pushes a namespace onto the namespace stack. | 
|  | ReadBoolean | Reads a boolean from the stream. | 
|  | ReadBooleanArray | Reads a boolean array from the stream. | 
|  | ReadByte | Reads a byte from the stream. | 
|  | ReadByteArray | Reads a byte array from the stream. | 
|  | ReadByteString | Overloaded. Reads a byte string from the stream. | 
|  | ReadByteStringArray | Reads a byte string array from the stream. | 
|  | ReadDataValue | Reads an DataValue from the stream. | 
|  | ReadDataValueArray | Reads an DataValue array from the stream. | 
|  | ReadDateTime | Reads a UTC date/time from the stream. | 
|  | ReadDateTimeArray | Reads a UTC date/time array from the stream. | 
|  | ReadDiagnosticInfo | Reads an DiagnosticInfo from the stream. | 
|  | ReadDiagnosticInfoArray | Reads an DiagnosticInfo array from the stream. | 
|  | ReadDouble | Reads a double from the stream. | 
|  | ReadDoubleArray | Reads a double array from the stream. | 
|  | ReadEncodeable | Reads an encodeable object from the stream. | 
|  | ReadEncodeableArray | Reads an encodeable object array from the stream. | 
|  | ReadEnumerated | Reads an enumerated value from the stream. | 
|  | ReadEnumeratedArray | Reads an enumerated value array from the stream. | 
|  | ReadExpandedNodeId | Reads an ExpandedNodeId from the stream. | 
|  | ReadExpandedNodeIdArray | Reads an ExpandedNodeId array from the stream. | 
|  | ReadExtensionObject | Reads an ExtensionObject from the stream. | 
|  | ReadExtensionObjectArray | Reads an extension object array from the stream. | 
|  | ReadFloat | Reads a float from the stream. | 
|  | ReadFloatArray | Reads a float array from the stream. | 
|  | ReadGuid | Reads a GUID from the stream. | 
|  | ReadGuidArray | Reads a GUID array from the stream. | 
|  | ReadInt16 | Reads a short from the stream. | 
|  | ReadInt16Array | Reads a short array from the stream. | 
|  | ReadInt32 | Reads an int from the stream. | 
|  | ReadInt32Array | Reads a int array from the stream. | 
|  | ReadInt64 | Reads a long from the stream. | 
|  | ReadInt64Array | Reads a long array from the stream. | 
|  | ReadLocalizedText | Reads an LocalizedText from the stream. | 
|  | ReadLocalizedTextArray | Reads an LocalizedText array from the stream. | 
|  | ReadNodeId | Reads an NodeId from the stream. | 
|  | ReadNodeIdArray | Reads an NodeId array from the stream. | 
|  | ReadQualifiedName | Reads an QualifiedName from the stream. | 
|  | ReadQualifiedNameArray | Reads an QualifiedName array from the stream. | 
|  | ReadSByte | Reads a sbyte from the stream. | 
|  | ReadSByteArray | Reads a sbyte array from the stream. | 
|  | ReadStatusCode | Reads an StatusCode from the stream. | 
|  | ReadStatusCodeArray | Reads an StatusCode array from the stream. | 
|  | ReadString | Overloaded. Reads a string from the stream. | 
|  | ReadStringArray | Reads a string array from the stream. | 
|  | ReadUInt16 | Reads a ushort from the stream. | 
|  | ReadUInt16Array | Reads a ushort array from the stream. | 
|  | ReadUInt32 | Reads a uint from the stream. | 
|  | ReadUInt32Array | Reads a uint array from the stream. | 
|  | ReadUInt64 | Reads a ulong from the stream. | 
|  | ReadUInt64Array | Reads a ulong array from the stream. | 
|  | ReadVariant | Reads an Variant from the stream. | 
|  | ReadVariantArray | Reads an Variant array from the stream. | 
|  | ReadXmlElement | Reads an XmlElement from the stream. | 
|  | ReadXmlElementArray | Reads an XmlElement array from the stream. | 
|  | SetMappingTables | Initializes the tables used to map namespace and server uris during decoding. | 
 
     
     
     
     
     
    