AuthenticationGetAuthenticatedServiceT Method

Definition

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

Parameters

sessionId  String  (Optional)
 
isLongOperation  Boolean  (Optional)
 

Type Parameters

T

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

Return Value

T

See Also