Freigeben über


VssJsonMediaTypeFormatter.WriteToStreamAsync-Methode (Type, Object, Stream, HttpContent, TransportContext)

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Overridable Function WriteToStreamAsync ( _
    type As Type, _
    value As Object, _
    writeStream As Stream, _
    content As HttpContent, _
    transportContext As TransportContext _
) As Task
public virtual Task WriteToStreamAsync(
    Type type,
    Object value,
    Stream writeStream,
    HttpContent content,
    TransportContext transportContext
)

Parameter

Rückgabewert

Typ: System.Threading.Tasks.Task

.NET Framework-Sicherheit

Siehe auch

Referenz

VssJsonMediaTypeFormatter Klasse

WriteToStreamAsync-Überladung

Microsoft.VisualStudio.Services.WebApi-Namespace