Connection Request
Represents a connection request message in the messaging protocol.
Parameters
from
The sender's DID.
to
The recipient's DID.
thid
The thread ID.
body
The body of the connection request message.
Initializes a new instance of the ConnectionRequest struct from the specified invitation message.
Parameters
invite Message
The invitation message to use for initialization.
from
The DID of the sender of the connection request message.
Initializes a new instance of the ConnectionRequest struct from the specified out-of-band invitation.
Parameters
invite Message
The out-of-band invitation to use for initialization.
from
The DID of the sender of the connection request message.
Initializes a new instance of the ConnectionRequest struct from the specified message.
Parameters
from Message
The message to decode.