Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.crypto.tls
  • Platforms: .NET, .NET Standard 2.0, Island

// .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(value: RecordHeaderError)
RecordHeaderError(RecordHeaderError value)
init(_ value: RecordHeaderError)
Sub New(value As RecordHeaderError)

Parameters:

  • value:

Conn


Error

Function Error() As string

Msg


var RecordHeader: array of byte;
var RecordHeader: byte...
RecordHeader array of byte
FIELD RecordHeader() As byte()

Conn


Msg


var RecordHeader: array of byte;
var RecordHeader: byte...
RecordHeader array of byte
FIELD RecordHeader() As byte()

// .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(value: RecordHeaderError)
RecordHeaderError(RecordHeaderError value)
init(_ value: RecordHeaderError)
Sub New(value As RecordHeaderError)

Parameters:

  • value:

Error

Function Error() As string