RecordHeaderError
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.crypto.tls
- Platforms: .NET, .NET Standard 2.0, Island
constructor
// .NET, .NET Standard 2.0
constructor(aMsg: string; aRecordHeader: array of Byte; aConn: Conn)
// Island
constructor(aMsg: string; aRecordHeader: array of byte; aConn: Conn)
// .NET, .NET Standard 2.0
RecordHeaderError(string aMsg, Byte[] aRecordHeader, Conn aConn)
// Island
RecordHeaderError(string aMsg, byte[] aRecordHeader, Conn aConn)
// .NET, .NET Standard 2.0
init(_ aMsg: string, _ aRecordHeader: Byte..., _ aConn: Conn)
// Island
init(_ aMsg: string, _ aRecordHeader: byte..., _ aConn: Conn)
// .NET, .NET Standard 2.0
Sub New(aMsg As string, aRecordHeader As Byte(), aConn As Conn)
// Island
Sub New(aMsg As string, aRecordHeader As byte(), aConn As Conn)
Parameters:
- aMsg:
- aRecordHeader:
- aConn:
constructor (RecordHeaderError)
constructor(value: RecordHeaderError)
RecordHeaderError(RecordHeaderError value)
init(_ value: RecordHeaderError)
Sub New(value As RecordHeaderError)
Parameters:
- value:
Conn
Error
method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string
Msg
var Msg: string;
string Msg
var Msg: string
Msg string
FIELD Msg() As string
RecordHeader
Conn
Msg
var Msg: string;
string Msg
var Msg: string
Msg string
FIELD Msg() As string
RecordHeader
constructor
// .NET, .NET Standard 2.0
constructor(aMsg: string; aRecordHeader: array of Byte; aConn: Conn)
// Island
constructor(aMsg: string; aRecordHeader: array of byte; aConn: Conn)
// .NET, .NET Standard 2.0
RecordHeaderError(string aMsg, Byte[] aRecordHeader, Conn aConn)
// Island
RecordHeaderError(string aMsg, byte[] aRecordHeader, Conn aConn)
// .NET, .NET Standard 2.0
init(_ aMsg: string, _ aRecordHeader: Byte..., _ aConn: Conn)
// Island
init(_ aMsg: string, _ aRecordHeader: byte..., _ aConn: Conn)
// .NET, .NET Standard 2.0
Sub New(aMsg As string, aRecordHeader As Byte(), aConn As Conn)
// Island
Sub New(aMsg As string, aRecordHeader As byte(), aConn As Conn)
Parameters:
- aMsg:
- aRecordHeader:
- aConn:
constructor (RecordHeaderError)
constructor(value: RecordHeaderError)
RecordHeaderError(RecordHeaderError value)
init(_ value: RecordHeaderError)
Sub New(value As RecordHeaderError)
Parameters:
- value:
Error