Connection Accept
Initializes a new instance of the ConnectionAccept struct with the specified parameters.
Parameters
from
The DID of the sender of the connection acceptance message.
to
The DID of the recipient of the connection acceptance message.
thid
The thread ID of the connection acceptance message.
body
The body of the connection acceptance message.
Initializes a new instance of the ConnectionAccept struct from the specified message.
Parameters
from Message
The message to decode.
Initializes a new instance of the ConnectionAccept struct from the specified request.
Parameters
from Request
The request to use for initialization.