CookieCredentials Constructor (CookieCollection)
Initializes a new instance of the CookieCredentials class with the specified authentication cookies.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
cookies As CookieCollection _
)
'Usage
Dim cookies As CookieCollection
Dim instance As New CookieCredentials(cookies)
public CookieCredentials(
CookieCollection cookies
)
Parameters
cookies
Type: System.Net.CookieCollectionThe collection of authentication cookies.