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)
// .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
var Conn: Conn;
Conn Conn
var Conn: Conn
Conn Conn
FIELD Conn() As 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
var RecordHeader: array of byte;
byte[] RecordHeader
var RecordHeader: byte...
RecordHeader array of byte
FIELD RecordHeader() As byte()
Conn
var Conn: Conn;
Conn Conn
var Conn: Conn
Conn Conn
FIELD Conn() As Conn
Msg
var Msg: string;
string Msg
var Msg: string
Msg string
FIELD Msg() As string
RecordHeader
var RecordHeader: array of byte;
byte[] RecordHeader
var RecordHeader: byte...
RecordHeader array of byte
FIELD RecordHeader() As byte()
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)
// .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
method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string