Class SslExtension
The SSL extension information.
Inherited Members
Namespace: StreamExtended.Models
Assembly: StreamExtended.dll
Syntax
public class SslExtension
Constructors
SslExtension(Int32, String, String, Int32)
Initializes a new instance of the SslExtension class.
Declaration
public SslExtension(int value, string name, string data, int position)
Parameters
Type | Name | Description |
---|---|---|
Int32 | value | The value. |
String | name | The name. |
String | data | The data. |
Int32 | position | The position. |
Properties
Data
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. |