v4:
PHP
JAVA
Python
.NET
v3:
PHP
JAVA
Python
Ruby
.NET
NodeJS
Header.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Linq;
4
using
System.Text;
5
6
namespace
Udger.Parser.Input
7
{
8
public
class
Header
9
{
10
[NamePosition(1, Name =
"Sec-Ch-Ua"
)]
11
public
string
SecChUa {
get
;
set
; }
12
13
[NamePosition(2, Name =
"Sec-Ch-Ua-Full-Version-List"
)]
14
public
string
SecChUaFullVersionList {
get
;
set
; }
15
16
[NamePosition(3, Name =
"Sec-Ch-Ua-Mobile"
)]
17
public
string
SecChUaMobile {
get
;
set
; }
18
19
[NamePosition(4, Name =
"Sec-Ch-Ua-Full-Version"
)]
20
public
string
SecChUaFullVersion {
get
;
set
; }
21
22
[NamePosition(5, Name =
"Sec-Ch-Ua-Platform"
)]
23
public
string
SecChUaPlatform {
get
;
set
; }
24
25
[NamePosition(6, Name =
"Sec-Ch-Ua-Platform-Version"
)]
26
public
string
SecChUaPlatformVersion {
get
;
set
; }
27
28
[NamePosition(7, Name =
"Sec-Ch-Ua-Model"
)]
29
public
string
SecChUaModel {
get
;
set
; }
30
31
[NamePosition(8, Name =
"User-Agent"
)]
32
public
string
Ua {
get
;
set
; }
33
34
public
string
cacheCode()
35
{
36
return
$
"{SecChUa} + {SecChUaFullVersionList} + {SecChUaMobile} + {SecChUaFullVersion} + {SecChUaPlatform} + {SecChUaPlatformVersion} + {SecChUaModel}+ {Ua}"
;
37
}
38
}
39
}
Udger.Parser.Input.Header
Definition:
Header.cs:9
Udger.Parser.Input
Definition:
Header.cs:7
GitHub
udger-dotnet-v4
UdgerParser
Input
Header.cs
Generated by
1.9.3