Table of Contents
PacMap.Anonymize.Templates.Template
/// <summary> /// xASTP - XML Anonmapping Settings Template Profile /// </summary>
Properties
AnonymizationType General
/// <summary>
/// Get General AnonType
/// </summary>
AnonymizationType General { get; }
byte General_ReplaceWith
/// <summary>
/// Get General Replacing
/// </summary>
byte General_ReplaceWith { get; }
Temp__HTTP HTTP
/// <summary>
/// Get HTTP Settings
/// </summary>
Temp__HTTP HTTP { get; }
void Import
/// <summary>
/// Import Settings from XML Element
/// </summary>
/// <param name="element">input xml element</param>
void Import { get; }
Temp__IPv4 IPv4
/// <summary>
/// Get IPv4 Settings
/// </summary>
Temp__IPv4 IPv4 { get; }
bool IsEmpty
/// <summary>
/// Template Profile is empty
/// </summary>
bool IsEmpty { get; }
string LocalIP
/// <summary>
/// Get Local IP Attached to Unique Template Profile
/// </summary>
string LocalIP { get; }
int LocalPort
/// <summary>
/// Get Local Port Attached To Unique Template Profile
/// </summary>
int LocalPort { get; }
string RemoteIP
/// <summary>
/// Get Remote IP Attached To Unique Template Profile
/// </summary>
string RemoteIP { get; }
int RemotePort
/// <summary>
/// Get Remote Port Attached To Unique Template Profile
/// </summary>
int RemotePort { get; }
Temp__TCP TCP
/// <summary>
/// Get TCP Settings
/// </summary>
Temp__TCP TCP { get; }
Temp__UDP UDP
/// <summary>
/// Get UDP Settings
/// </summary>
Temp__UDP UDP { get; }
Methods
Instance
XElement Export()
/// <summary> /// Export Settings into XML Element /// </summary> /// <returns>output xml element</returns> XElement Export()
m> Template(string)
/// <summary> /// Constructs xASTP Anonmapping Settings Template Profile /// </summary> /// <param name="innerName">template name</param> m> Template(string innerName)