linux-packaging-mono/mcs/class/System/Documentation/en/System.Net/UploadDataCompletedEventArgs.xml
Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

51 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="UploadDataCompletedEventArgs" FullName="System.Net.UploadDataCompletedEventArgs">
<TypeSignature Language="C#" Value="public class UploadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit UploadDataCompletedEventArgs extends System.ComponentModel.AsyncCompletedEventArgs" />
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.ComponentModel.AsyncCompletedEventArgs</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Instances of this class are passed to the <see cref="T:System.Net.UploadDataCompletedEventHandler" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides data for the <see cref="E:System.Net.WebClient.UploadDataCompleted" /> event.</para>
</summary>
</Docs>
<Members>
<Member MemberName="Result">
<MemberSignature Language="C#" Value="public byte[] Result { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance unsigned int8[] Result" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Byte[]</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>You should check the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error" /> and <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled" /> properties before using the data returned by this property. If the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error" /> property's value is an <see cref="T:System.Exception" /> object or the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled" /> property's value is true, the asynchronous operation did not complete correctly and the <see cref="P:System.Net.UploadDataCompletedEventArgs.Result" /> property's value will not be valid.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the server reply to a data upload operation started by calling an <see cref="Overload:System.Net.WebClient.UploadDataAsync" /> method.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>