InMemoryClientTranport.

CreateInMemoryTransportStream(Uri, CancellationToken) Method

Syntax

public static Task<TransportStreamFactory> CreateInMemoryTransportStream(Uri connectionString, CancellationToken token = default(CancellationToken))

Parameters

Name Type Description
connectionString Uri
token CancellationToken

Return Value

Type Description
Task<TransportStreamFactory>