Click or drag to resize
UploadStringCompletedEventArgsResult Property
Gets the server reply to a string upload operation that is started by calling an Overload:System.Net.WebClient.UploadStringAsync method.

Namespace: System.Net
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public string Result { get; }

Property Value

Type: String
See Also