namespaceAddress (property)

The namespace address of the relay.

Syntax

@property (nonatomic,readwrite,assign,getter=namespaceAddress,setter=setNamespaceAddress:) NSString* namespaceAddress;
- (NSString*)namespaceAddress;
- (void)setNamespaceAddress:(NSString*)newNamespaceAddress;
public var namespaceAddress: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property specifies the full fully qualified domain name of the relay namespace. For instance myrelay.servicebus.windows.net.

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