Create a new serializing binary reader

Namespace: Contracts
Assembly: Contracts (in Contracts.dll)

Public Shared Function CreateSerializingBinaryReader( _ 
ByVal ms As MemoryStream, _ 
Optional ByVal remote_version As String = null _ 
) As SerializingBinaryReader
This language is not supported or no code example is available.
public static SerializingBinaryReader CreateSerializingBinaryReader( 
MemoryStream ms
string remote_version = null 
)
This language is not supported or no code example is available.
public:  
static SerializingBinaryReader^ CreateSerializingBinaryReader( 
MemoryStream^ ms
String^ remote_version 
)
This language is not supported or no code example is available.
public static function CreateSerializingBinaryReader( 
ms : MemoryStream
remote_version : String 
) : SerializingBinaryReader;
This language is not supported or no code example is available.

Parameters

ms
Type: MemoryStream

<default>

remote_version
Type: string

Return Value

Type: SerializingBinaryReader

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1