Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the status code of the failed HTTP request when retrieving a file from the server.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll)
Syntax
'Declaration
Public ReadOnly Property Status As HttpStatusCode
Get
'Usage
Dim instance As OpenBinaryFailedEventArgs
Dim value As HttpStatusCode
value = instance.Status
public HttpStatusCode Status { get; }
Property Value
Type: System.Net.HttpStatusCode
A HttpStatusCode object that represents the HTTP status code of the failed Web request.
See Also
Reference
OpenBinaryFailedEventArgs Class