Share via


SharePointOnlineCredentialsWebRequestEventArgs.WebRequest property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property WebRequest As HttpWebRequest
    Get
'Usage
Dim instance As SharePointOnlineCredentialsWebRequestEventArgs
Dim value As HttpWebRequest

value = instance.WebRequest
public HttpWebRequest WebRequest { get; }

Property value

Type: System.Net.HttpWebRequest

See also

Reference

SharePointOnlineCredentialsWebRequestEventArgs class

SharePointOnlineCredentialsWebRequestEventArgs members

Microsoft.SharePoint.Client namespace