Class SslExtension
The SSL extension information.
Inherited Members
Namespace: Titanium.Web.Proxy.StreamExtended.Models
Assembly: Titanium.Web.Proxy.dll
Syntax
public class SslExtension
Constructors
| Edit this page View SourceSslExtension(int, ReadOnlyMemory<byte>, int)
Initializes a new instance of the SslExtension class.
Declaration
public SslExtension(int value, ReadOnlyMemory<byte> data, int position)
Parameters
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| ReadOnlyMemory<byte> | data | The data. |
| int | position | The position. |
Properties
| Edit this page View SourceData
Gets the data.
Declaration
public string Data { get; }
Property Value
| Type | Description |
|---|---|
| string | The data. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string | The name. |
Position
Gets the position.
Declaration
public int Position { get; }
Property Value
| Type | Description |
|---|---|
| int | The position. |
Value
Gets the value.
Declaration
public int Value { get; }
Property Value
| Type | Description |
|---|---|
| int | The value. |