responseData (property)

The response data.

Syntax

@property (nonatomic,readwrite,assign,getter=responseData,setter=setResponseData:) NSString* responseData;
- (NSString*)responseData;
- (void)setResponseData:(NSString*)newResponseData;

@property (nonatomic,readwrite,assign,getter=responseDataB,setter=setResponseDataB:) NSData* responseDataB; - (NSData*)responseDataB; - (void)setResponseDataB:(NSData*)newResponseData;
public var responseData: String {
  get {...}
set {...} }
public var responseDataB: Data { get {...}
set {...} }

Default Value

""

Remarks

When the class is operating in client mode (i.e., the Listening property is disabled), this property is populated with the data included in incoming responses (if any) anytime the RequestComplete event fires.

When the class is operating in server mode (i.e., the Listening property is enabled), this property specifies the data that should be included in outgoing responses (regardless of whether they are sent immediately after Request fires, or later using SendResponse or SendNotification).

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 iOS Edition - Version 20.0 [Build 8265]