Untitled
unknown
plain_text
2 years ago
420 B
5
Indexable
public DeviceInfo Ping (string xRequestID) { return this._defaultApi.Ping(new Dictionary<String, String>(), xRequestID); } public DeviceInfo Ping (Dictionary<String, String> headers) { return this._defaultApi.Ping(headers); } # Вызов из другого модуля(горит красным и ждет дикт) var info = api.Ping();
Editor is loading...