RCRTCProxy Class Reference

Inherits from NSObject
Declared in RCRTCProxy.h

  host

代理地址, 默认值: @“”, 非 nil 或非 @“” 时有效

@property (nonatomic, copy) NSString *host

Discussion

代理地址, 默认值: @“”, 非 nil 或非 @“” 时有效

Declared In

RCRTCProxy.h

  ip

代理地址对应IP, 只读, 不可设置

@property (nonatomic, copy, readonly) NSString *ip

Discussion

代理地址对应IP, 只读, 不可设置

Declared In

RCRTCProxy.h

  port

代理端口, 默认值: -1, 大于 0 时有效

@property (nonatomic, assign) NSInteger port

Discussion

代理端口, 默认值: -1, 大于 0 时有效

Declared In

RCRTCProxy.h

  userName

代理服务登录用户名, 默认值: @“” 如果需要则填写, 不需要可不填写, userName 与 password 同时非 nil 或非 @“” 时有效

@property (nonatomic, copy) NSString *userName

Discussion

代理服务登录用户名, 默认值: @“” 如果需要则填写, 不需要可不填写, userName 与 password 同时非 nil 或非 @“” 时有效

Declared In

RCRTCProxy.h

  password

代理服务登录密码, 默认值: @“” 如果需要则填写, 不需要可不填写, userName 与 password 同时非 nil 或非 @“” 时有效

@property (nonatomic, copy) NSString *password

Discussion

代理服务登录密码, 默认值: @“” 如果需要则填写, 不需要可不填写, userName 与 password 同时非 nil 或非 @“” 时有效

Declared In

RCRTCProxy.h

– isValid

验证设置数据是否有效

- (BOOL)isValid

Discussion

验证设置数据是否有效

Declared In

RCRTCProxy.h