Class SslExtension
The SSL extension information.
Inherited Members
Namespace: Titanium.Web.Proxy.StreamExtended.Models
Assembly: Titanium.Web.Proxy.dll
Syntax
public class SslExtension
Constructors
| Improve this Doc View SourceSslExtension(Int32, ReadOnlyMemory<Byte>, Int32)
Initializes a new instance of the SslExtension class.
Declaration
public SslExtension(int value, ReadOnlyMemory<byte> data, int position)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | value | The value. |
| ReadOnlyMemory<Byte> | data | The data. |
| Int32 | position | The position. |
Properties
| Improve this Doc 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 |
|---|---|
| Int32 | The position. |
Value
Gets the value.
Declaration
public int Value { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | The value. |