aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannel.h
diff options
context:
space:
mode:
authorGravatar Kristopher Wuollett <klw@google.com>2016-02-02 22:38:40 -0500
committerGravatar Kristopher Wuollett <klw@google.com>2016-02-02 22:38:40 -0500
commit300f7e43225e21490dd7de3165d6fac3e29d2d5d (patch)
treef2f6bb047b2f1efd0734e0b946909e72478496a1 /src/objective-c/GRPCClient/private/GRPCChannel.h
parent2c6d2bd32787f9bdce1d46875dfee39e08881a3b (diff)
Renamed user agent setting to userAgentPrefix and changed its scope to global
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCChannel.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCChannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCChannel.h b/src/objective-c/GRPCClient/private/GRPCChannel.h
index 3e277b0f1a..01a6cfd2ec 100644
--- a/src/objective-c/GRPCClient/private/GRPCChannel.h
+++ b/src/objective-c/GRPCClient/private/GRPCChannel.h
@@ -42,8 +42,8 @@ struct grpc_channel_credentials;
* Each separate instance of this class represents at least one TCP connection to the provided host.
*/
@interface GRPCChannel : NSObject
+
@property(nonatomic, readonly, nonnull) struct grpc_channel *unmanagedChannel;
-@property(nonatomic, readonly, getter=isSecure) BOOL secure;
- (nullable instancetype)init NS_UNAVAILABLE;