GRPC Objective-C  1.71.0
Class Methods
GRPCCall(Tests) Category Reference

The interface is deprecated. More...

#import <GRPCCall+Tests.h>

Class Methods

(void) + useTestCertsPath:testName:forHost:
 
(void) + useInsecureConnectionsForHost:
 
(void) + resetHostSettings
 

Detailed Description

The interface is deprecated.

Please use GRPCCallOptions instead for corresponding configurations.

Method Documentation

◆ resetHostSettings

+ (void) resetHostSettings

Extends class GRPCCall.

◆ useInsecureConnectionsForHost:

+ (void) useInsecureConnectionsForHost: (NSString *)  host

Extends class GRPCCall.

◆ useTestCertsPath:testName:forHost:

+ (void) useTestCertsPath: (NSString *)  certsPath
testName: (NSString *)  testName
forHost: (NSString *)  host 

Extends class GRPCCall.


The documentation for this category was generated from the following file: