VssJsonMediaTypeFormatter.WriteToStreamAsync, méthode (Type, Object, Stream, HttpContent, TransportContext)
Espace de noms : Microsoft.VisualStudio.Services.WebApi
Assembly : Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- type
Type : System.Type
- value
Type : System.Object
- writeStream
Type : System.IO.Stream
- content
Type : System.Net.Http.HttpContent
- transportContext
Type : System.Net.TransportContext
Valeur de retour
Type : System.Threading.Tasks.Task
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.