VintaSoft Twain .NET SDK 14.1: Руководство для .NET разработчика
Vintasoft.Twain.ImageUploading.Http Namespace / CompletedEventArgs Class / ResponseContent Property
Синтаксис Требования Смотрите также
В этом разделе
    ResponseContent Свойство (CompletedEventArgs)
    В этом разделе
    Возвращает содержимое ответа с HTTP сервера.
    Синтаксис
    'Declaration
    
    Public ReadOnly Property ResponseContent As String
    
    
    public string ResponseContent { get; }
    
    
    public: __property string* get_ResponseContent();
    
    
    
    public:
    property string^ ResponseContent { string^ get(); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также