Class UserAgentHelper
User-agent helper
Inheritance
System.Object
UserAgentHelper
Inherited Members
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()
Namespace: Okta.Sdk.Internal
Assembly: Okta.Sdk.dll
Syntax
public class UserAgentHelper
Methods
GetFrameworkDescription(String, String)
Returns a normalized framework version description.
Declaration
public static string GetFrameworkDescription(string runtimeFrameworkDescription = "", string runtimeAssemblyCodeBase = "")
Parameters
Type | Name | Description |
---|---|---|
System.String | runtimeFrameworkDescription | The runtime description. |
System.String | runtimeAssemblyCodeBase | The runtime code base. |
Returns
Type | Description |
---|---|
System.String | The normalized framework desctiption. |