Skip to content
Snippets Groups Projects
Commit 42301bfd authored by thassss's avatar thassss Committed by Muxi Yan
Browse files

Update serverName comment to be more accurate

parent 97efa02a
No related branches found
No related tags found
No related merge requests found
......@@ -179,8 +179,8 @@ extern id const kGRPCTrailersKey;
@interface GRPCCall : GRXWriter
/**
* The server name for the RPC. If nil, the host name of the service object will be used instead.
* This property must be nil when Cronet transport is enabled.
* The authority for the RPC. If nil, the default authority will be used. This property must be nil
* when Cronet transport is enabled.
*/
@property (atomic, readwrite) NSString *serverName;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment