| ### YamlMime:ManagedReference |
| items: |
| - uid: OpenQA.Selenium.NetworkAuthenticationHandler |
| commentId: T:OpenQA.Selenium.NetworkAuthenticationHandler |
| id: NetworkAuthenticationHandler |
| parent: OpenQA.Selenium |
| children: |
| - OpenQA.Selenium.NetworkAuthenticationHandler.Credentials |
| - OpenQA.Selenium.NetworkAuthenticationHandler.UriMatcher |
| langs: |
| - csharp |
| - vb |
| name: NetworkAuthenticationHandler |
| nameWithType: NetworkAuthenticationHandler |
| fullName: OpenQA.Selenium.NetworkAuthenticationHandler |
| type: Class |
| source: |
| remote: |
| path: dotnet/src/webdriver/NetworkAuthenticationHandler.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: NetworkAuthenticationHandler |
| path: ../src/webdriver/NetworkAuthenticationHandler.cs |
| startLine: 27 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium |
| summary: Allows a user to supply authentication information for network requests. |
| example: [] |
| syntax: |
| content: public class NetworkAuthenticationHandler |
| content.vb: Public Class NetworkAuthenticationHandler |
| inheritance: |
| - System.Object |
| inheritedMembers: |
| - System.Object.Equals(System.Object) |
| - System.Object.Equals(System.Object,System.Object) |
| - System.Object.GetHashCode |
| - System.Object.GetType |
| - System.Object.MemberwiseClone |
| - System.Object.ReferenceEquals(System.Object,System.Object) |
| - System.Object.ToString |
| - uid: OpenQA.Selenium.NetworkAuthenticationHandler.UriMatcher |
| commentId: P:OpenQA.Selenium.NetworkAuthenticationHandler.UriMatcher |
| id: UriMatcher |
| parent: OpenQA.Selenium.NetworkAuthenticationHandler |
| langs: |
| - csharp |
| - vb |
| name: UriMatcher |
| nameWithType: NetworkAuthenticationHandler.UriMatcher |
| fullName: OpenQA.Selenium.NetworkAuthenticationHandler.UriMatcher |
| type: Property |
| source: |
| remote: |
| path: dotnet/src/webdriver/NetworkAuthenticationHandler.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: UriMatcher |
| path: ../src/webdriver/NetworkAuthenticationHandler.cs |
| startLine: 33 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium |
| summary: >- |
| Gets or sets a function that takes a <xref href="System.Uri" data-throw-if-not-resolved="false"></xref> object, and returns a |
| |
| value indicating whether the supplied URI matches the specified criteria. |
| example: [] |
| syntax: |
| content: public Func<Uri, bool>? UriMatcher { get; set; } |
| parameters: [] |
| return: |
| type: System.Func{System.Uri,System.Boolean} |
| content.vb: Public Property UriMatcher As Func(Of Uri, Boolean) |
| overload: OpenQA.Selenium.NetworkAuthenticationHandler.UriMatcher* |
| - uid: OpenQA.Selenium.NetworkAuthenticationHandler.Credentials |
| commentId: P:OpenQA.Selenium.NetworkAuthenticationHandler.Credentials |
| id: Credentials |
| parent: OpenQA.Selenium.NetworkAuthenticationHandler |
| langs: |
| - csharp |
| - vb |
| name: Credentials |
| nameWithType: NetworkAuthenticationHandler.Credentials |
| fullName: OpenQA.Selenium.NetworkAuthenticationHandler.Credentials |
| type: Property |
| source: |
| remote: |
| path: dotnet/src/webdriver/NetworkAuthenticationHandler.cs |
| branch: trunk |
| repo: https://github.com/SeleniumHQ/selenium |
| id: Credentials |
| path: ../src/webdriver/NetworkAuthenticationHandler.cs |
| startLine: 40 |
| assemblies: |
| - WebDriver |
| namespace: OpenQA.Selenium |
| summary: >- |
| Gets or sets the credentials to use when responding to an authentication request |
| |
| that matches the specified criteria. |
| example: [] |
| syntax: |
| content: public ICredentials? Credentials { get; set; } |
| parameters: [] |
| return: |
| type: OpenQA.Selenium.ICredentials |
| content.vb: Public Property Credentials As ICredentials |
| overload: OpenQA.Selenium.NetworkAuthenticationHandler.Credentials* |
| references: |
| - uid: OpenQA.Selenium |
| commentId: N:OpenQA.Selenium |
| href: OpenQA.html |
| name: OpenQA.Selenium |
| nameWithType: OpenQA.Selenium |
| fullName: OpenQA.Selenium |
| spec.csharp: |
| - uid: OpenQA |
| name: OpenQA |
| href: OpenQA.html |
| - name: . |
| - uid: OpenQA.Selenium |
| name: Selenium |
| href: OpenQA.Selenium.html |
| spec.vb: |
| - uid: OpenQA |
| name: OpenQA |
| href: OpenQA.html |
| - name: . |
| - uid: OpenQA.Selenium |
| name: Selenium |
| href: OpenQA.Selenium.html |
| - uid: System.Object |
| commentId: T:System.Object |
| parent: System |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| name: object |
| nameWithType: object |
| fullName: object |
| nameWithType.vb: Object |
| fullName.vb: Object |
| name.vb: Object |
| - uid: System.Object.Equals(System.Object) |
| commentId: M:System.Object.Equals(System.Object) |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) |
| name: Equals(object) |
| nameWithType: object.Equals(object) |
| fullName: object.Equals(object) |
| nameWithType.vb: Object.Equals(Object) |
| fullName.vb: Object.Equals(Object) |
| name.vb: Equals(Object) |
| spec.csharp: |
| - uid: System.Object.Equals(System.Object) |
| name: Equals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) |
| - name: ( |
| - uid: System.Object |
| name: object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| spec.vb: |
| - uid: System.Object.Equals(System.Object) |
| name: Equals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) |
| - name: ( |
| - uid: System.Object |
| name: Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| - uid: System.Object.Equals(System.Object,System.Object) |
| commentId: M:System.Object.Equals(System.Object,System.Object) |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) |
| name: Equals(object, object) |
| nameWithType: object.Equals(object, object) |
| fullName: object.Equals(object, object) |
| nameWithType.vb: Object.Equals(Object, Object) |
| fullName.vb: Object.Equals(Object, Object) |
| name.vb: Equals(Object, Object) |
| spec.csharp: |
| - uid: System.Object.Equals(System.Object,System.Object) |
| name: Equals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) |
| - name: ( |
| - uid: System.Object |
| name: object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ',' |
| - name: " " |
| - uid: System.Object |
| name: object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| spec.vb: |
| - uid: System.Object.Equals(System.Object,System.Object) |
| name: Equals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) |
| - name: ( |
| - uid: System.Object |
| name: Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ',' |
| - name: " " |
| - uid: System.Object |
| name: Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| - uid: System.Object.GetHashCode |
| commentId: M:System.Object.GetHashCode |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode |
| name: GetHashCode() |
| nameWithType: object.GetHashCode() |
| fullName: object.GetHashCode() |
| nameWithType.vb: Object.GetHashCode() |
| fullName.vb: Object.GetHashCode() |
| spec.csharp: |
| - uid: System.Object.GetHashCode |
| name: GetHashCode |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode |
| - name: ( |
| - name: ) |
| spec.vb: |
| - uid: System.Object.GetHashCode |
| name: GetHashCode |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode |
| - name: ( |
| - name: ) |
| - uid: System.Object.GetType |
| commentId: M:System.Object.GetType |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gettype |
| name: GetType() |
| nameWithType: object.GetType() |
| fullName: object.GetType() |
| nameWithType.vb: Object.GetType() |
| fullName.vb: Object.GetType() |
| spec.csharp: |
| - uid: System.Object.GetType |
| name: GetType |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gettype |
| - name: ( |
| - name: ) |
| spec.vb: |
| - uid: System.Object.GetType |
| name: GetType |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.gettype |
| - name: ( |
| - name: ) |
| - uid: System.Object.MemberwiseClone |
| commentId: M:System.Object.MemberwiseClone |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone |
| name: MemberwiseClone() |
| nameWithType: object.MemberwiseClone() |
| fullName: object.MemberwiseClone() |
| nameWithType.vb: Object.MemberwiseClone() |
| fullName.vb: Object.MemberwiseClone() |
| spec.csharp: |
| - uid: System.Object.MemberwiseClone |
| name: MemberwiseClone |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone |
| - name: ( |
| - name: ) |
| spec.vb: |
| - uid: System.Object.MemberwiseClone |
| name: MemberwiseClone |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone |
| - name: ( |
| - name: ) |
| - uid: System.Object.ReferenceEquals(System.Object,System.Object) |
| commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals |
| name: ReferenceEquals(object, object) |
| nameWithType: object.ReferenceEquals(object, object) |
| fullName: object.ReferenceEquals(object, object) |
| nameWithType.vb: Object.ReferenceEquals(Object, Object) |
| fullName.vb: Object.ReferenceEquals(Object, Object) |
| name.vb: ReferenceEquals(Object, Object) |
| spec.csharp: |
| - uid: System.Object.ReferenceEquals(System.Object,System.Object) |
| name: ReferenceEquals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals |
| - name: ( |
| - uid: System.Object |
| name: object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ',' |
| - name: " " |
| - uid: System.Object |
| name: object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| spec.vb: |
| - uid: System.Object.ReferenceEquals(System.Object,System.Object) |
| name: ReferenceEquals |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals |
| - name: ( |
| - uid: System.Object |
| name: Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ',' |
| - name: " " |
| - uid: System.Object |
| name: Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object |
| - name: ) |
| - uid: System.Object.ToString |
| commentId: M:System.Object.ToString |
| parent: System.Object |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.tostring |
| name: ToString() |
| nameWithType: object.ToString() |
| fullName: object.ToString() |
| nameWithType.vb: Object.ToString() |
| fullName.vb: Object.ToString() |
| spec.csharp: |
| - uid: System.Object.ToString |
| name: ToString |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.tostring |
| - name: ( |
| - name: ) |
| spec.vb: |
| - uid: System.Object.ToString |
| name: ToString |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.object.tostring |
| - name: ( |
| - name: ) |
| - uid: System |
| commentId: N:System |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system |
| name: System |
| nameWithType: System |
| fullName: System |
| - uid: System.Uri |
| commentId: T:System.Uri |
| parent: System |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.uri |
| name: Uri |
| nameWithType: Uri |
| fullName: System.Uri |
| - uid: OpenQA.Selenium.NetworkAuthenticationHandler.UriMatcher* |
| commentId: Overload:OpenQA.Selenium.NetworkAuthenticationHandler.UriMatcher |
| href: OpenQA.Selenium.NetworkAuthenticationHandler.html#OpenQA_Selenium_NetworkAuthenticationHandler_UriMatcher |
| name: UriMatcher |
| nameWithType: NetworkAuthenticationHandler.UriMatcher |
| fullName: OpenQA.Selenium.NetworkAuthenticationHandler.UriMatcher |
| - uid: System.Func{System.Uri,System.Boolean} |
| commentId: T:System.Func{System.Uri,System.Boolean} |
| parent: System |
| definition: System.Func`2 |
| href: https://learn.microsoft.com/dotnet/api/system.func-2 |
| name: Func<Uri, bool> |
| nameWithType: Func<Uri, bool> |
| fullName: System.Func<System.Uri, bool> |
| nameWithType.vb: Func(Of Uri, Boolean) |
| fullName.vb: System.Func(Of System.Uri, Boolean) |
| name.vb: Func(Of Uri, Boolean) |
| spec.csharp: |
| - uid: System.Func`2 |
| name: Func |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.func-2 |
| - name: < |
| - uid: System.Uri |
| name: Uri |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.uri |
| - name: ',' |
| - name: " " |
| - uid: System.Boolean |
| name: bool |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.boolean |
| - name: '>' |
| spec.vb: |
| - uid: System.Func`2 |
| name: Func |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.func-2 |
| - name: ( |
| - name: Of |
| - name: " " |
| - uid: System.Uri |
| name: Uri |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.uri |
| - name: ',' |
| - name: " " |
| - uid: System.Boolean |
| name: Boolean |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.boolean |
| - name: ) |
| - uid: System.Func`2 |
| commentId: T:System.Func`2 |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.func-2 |
| name: Func<T, TResult> |
| nameWithType: Func<T, TResult> |
| fullName: System.Func<T, TResult> |
| nameWithType.vb: Func(Of T, TResult) |
| fullName.vb: System.Func(Of T, TResult) |
| name.vb: Func(Of T, TResult) |
| spec.csharp: |
| - uid: System.Func`2 |
| name: Func |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.func-2 |
| - name: < |
| - name: T |
| - name: ',' |
| - name: " " |
| - name: TResult |
| - name: '>' |
| spec.vb: |
| - uid: System.Func`2 |
| name: Func |
| isExternal: true |
| href: https://learn.microsoft.com/dotnet/api/system.func-2 |
| - name: ( |
| - name: Of |
| - name: " " |
| - name: T |
| - name: ',' |
| - name: " " |
| - name: TResult |
| - name: ) |
| - uid: OpenQA.Selenium.NetworkAuthenticationHandler.Credentials* |
| commentId: Overload:OpenQA.Selenium.NetworkAuthenticationHandler.Credentials |
| href: OpenQA.Selenium.NetworkAuthenticationHandler.html#OpenQA_Selenium_NetworkAuthenticationHandler_Credentials |
| name: Credentials |
| nameWithType: NetworkAuthenticationHandler.Credentials |
| fullName: OpenQA.Selenium.NetworkAuthenticationHandler.Credentials |
| - uid: OpenQA.Selenium.ICredentials |
| commentId: T:OpenQA.Selenium.ICredentials |
| parent: OpenQA.Selenium |
| href: OpenQA.Selenium.ICredentials.html |
| name: ICredentials |
| nameWithType: ICredentials |
| fullName: OpenQA.Selenium.ICredentials |