1 write to binding
System.ServiceModel (1)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
882
this.
binding
= binding;
2 references to binding
System.ServiceModel (2)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (2)
891
if (this.
binding
!= null)
892
xml.WriteElementString("SecurityProtocol", this.
binding
.ToString());