Search Results for

    Show / Hide Table of Contents

    Class SniffParser

    Inheritance
    object
    SniffParser
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net
    Assembly: OpenSearch.Net.dll
    Syntax
    public static class SniffParser

    Properties

    | Edit this page View Source

    AddressRegex

    Declaration
    public static Regex AddressRegex { get; }
    Property Value
    Type Description
    Regex

    Methods

    | Edit this page View Source

    ParseToUri(string, bool)

    Declaration
    public static Uri ParseToUri(string boundAddress, bool forceHttp)
    Parameters
    Type Name Description
    string boundAddress
    bool forceHttp
    Returns
    Type Description
    Uri
    • Edit this page
    • View Source
    In this article
    • Properties
      • AddressRegex
    • Methods
      • ParseToUri(string, bool)
    Back to top Generated by DocFX