Click or drag to resize

AuthenticationGetAuthenticatedServiceT Method

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public static T GetAuthenticatedService<T>(
	string sessionId = null
)
where T : new(), HttpWebClientProtocol

Parameters

sessionId (Optional)
Type: SystemString

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:FileHold.Common.Authentication.GetAuthenticatedService``1(System.String)"]

Return Value

Type: T
See Also