Create a client stream

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

Public Shared Function CreateClientStream( _ 
ByVal stream As Stream, _ 
ByVal public_key As Byte(), _ 
ByVal source As String, _ 
ByVal throw_on_read_error As Boolean
) As Stream
This language is not supported or no code example is available.
public static Stream CreateClientStream( 
Stream stream
byte[] public_key
string source
bool throw_on_read_error 
)
This language is not supported or no code example is available.
public:  
static Stream^ CreateClientStream( 
Stream^ stream
array< Byte >^ public_key
String^ source
bool throw_on_read_error 
)
This language is not supported or no code example is available.
public static function CreateClientStream( 
stream : Stream
public_key : byte[], 
source : String
throw_on_read_error : boolean 
) : Stream;
This language is not supported or no code example is available.

Parameters

stream
Type: Stream

<default>

public_key
Type: byte[]

<default>

source
Type: string

throw_on_read_error
Type: bool

Return Value

Type: Stream

.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