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
constructor
RecordHeaderError()
init()
Sub New()
// .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)
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
RecordHeader
Conn
Msg
RecordHeader
constructor
constructor
RecordHeaderError()
init()
Sub New()
// .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)
Parameters:
- aMsg:
- aRecordHeader:
- aConn:
constructor (RecordHeaderError)
constructor(value: RecordHeaderError)
RecordHeaderError(RecordHeaderError value)
init(_ value: RecordHeaderError)
Sub New(value As RecordHeaderError)
Parameters:
- value:
Error