Click or drag to resize

SessionInfoHelperGetRequestTypeForUrl Method

Gets a request type for a given URL

Namespace:  ImmerseSDK.Authentication
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static RequestType GetRequestTypeForUrl(
	string url
)

Parameters

url
Type: SystemString

Return Value

Type: RequestType
See Also