'DeclarationPublic Property OfferedTS As System.String()
public System.string[] OfferedTS {get; set;}
'DeclarationPublic Property OfferedTS As System.String()
public System.string[] OfferedTS {get; set;}
This property holds the list of transfer syntaxes offered as part of association negotiation. As an SCU, it may be set up by a client program prior to calling Open. As an SCP, the values may be inspected during the AssociationRequest event in order to select which on to accept (by setting AcceptedTS).
If not set explicitly by a client program, a default list is used, based on tghe current
Whilst this property may be set to, or compared with full UID strings, use of symbolic constants is advised for better readability.