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