Class ServerNameList
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
public sealed class ServerNameList
- Inheritance
-
ServerNameList
- Inherited Members
Constructors
ServerNameList(IList<ServerName>)
public ServerNameList(IList<ServerName> serverNameList)
Parameters
serverNameListIList<ServerName>an IList<T> of ServerName.
Properties
ServerNames
public IList<ServerName> ServerNames { get; }
Property Value
- IList<ServerName>
an IList<T> of ServerName.
Methods
Encode(Stream)
Encode this ServerNameList to a Stream.
public void Encode(Stream output)
Parameters
Exceptions
Parse(Stream)
Parse a ServerNameList from a Stream.
public static ServerNameList Parse(Stream input)
Parameters
Returns
- ServerNameList
a ServerNameList object.