Click or drag to resize

IPHelperSplitAddress Method


Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public static OzTuple<string, int> SplitAddress(
	string address,
	int defaultPort = 0
)

Parameters

address  String
 
defaultPort  Int32  (Optional)
 

Return Value

OzTupleString, Int32
See Also