Ruyi SDK
Namespaces
Ruyi.Layer0
AddressHelper Class
AddressHelper Methods
SetAddress Method
Click or drag to resizeClick or drag to resize

AddressHelperSetAddress Method

[This is preliminary documentation and is subject to change.]

set address of SDk context instance

Namespace:  Ruyi.Layer0
Assembly:  SDK.Base.nf2.0 (in SDK.Base.nf2.0.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax
C#
Copy
public static string SetAddress(
	this string config,
	string addr
)

Parameters

config
Type: SystemString
the config string
addr
Type: SystemString
the address to fill in config

Return Value

Type: String

[Missing <returns> documentation for "M:Ruyi.Layer0.AddressHelper.SetAddress(System.String,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Examples
var pubout = ConstantsSDKDataTypesConstants.layer0_publisher_out_uri.SetAddress(context.RemoteAddress); Subscriber = SubscribeClient.CreateInstance(pubout);
See Also

Reference

AddressHelper Class
Ruyi.Layer0 Namespace

Copyright ©Zhongshan Subor Advanced Technology Co., Ltd. 2017-2018, All right reserved

Send comments on this topic to dev-support@playruyi.com