Click or drag to resize

RawApiDataEventArgs Constructor

Initializes a new instance of the RawApiDataEventArgs class

Namespace: Sportradar.OddsFeed.SDK.Messages.EventArguments
Assembly: Sportradar.OddsFeed.SDK.Messages (in Sportradar.OddsFeed.SDK.Messages.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public RawApiDataEventArgs(
	Uri uri,
	RestMessage restMessage,
	string requestParams,
	TimeSpan requestTime,
	string language
)

Parameters

uri  Uri
The Uri used to get the api data
restMessage  RestMessage
The rest message
requestParams  String
The parameters associated with the request
requestTime  TimeSpan
The time needed to execute request
language  String
The language associated with the request
See Also