14 public global::Byond.TopicSender.TopicResponse ByondTopicResponse {
get; }
28 ByondTopicResponse = byondTopicResponse ??
throw new ArgumentNullException(nameof(byondTopicResponse));
29 InteropResponse = interopResponse;
Use server authentication
A response to a topic request.
CombinedTopicResponse(global::Byond.TopicSender.TopicResponse byondTopicResponse, TopicResponse interopResponse)
Initializes a new instance of the CombinedTopicResponse .
Combines a global::Byond.TopicSender.TopicResponse with a TopicResponse.