|
MultiProtocolFrameParserCommandChannelServerUri Property
|
Gets the server URI of the command channel connection, or null if not connected.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public string CommandChannelServerUri { get; }
Public ReadOnly Property CommandChannelServerUri As String
Get
public:
property String^ CommandChannelServerUri {
String^ get ();
}
member CommandChannelServerUri : string with get
function get_CommandChannelServerUri();
View SourceProperty Value
StringSee Also