  | 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)
Syntaxpublic 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