GetStreamingEventsResponse constructor

GetStreamingEventsResponse(
  1. HangingServiceRequestBase request
)
Initializes a new instance of the Request to disconnect when we get a close message.

Implementation

GetStreamingEventsResponse(HangingServiceRequestBase request) : super() {
  this.ErrorSubscriptionIds = <String?>[];
  this._request = request;
}