Home
last modified time | relevance | path

Searched refs:InternalShouldSerialize (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DNetTcpSecurity.cs135 internal bool InternalShouldSerialize() in InternalShouldSerialize() method in System.ServiceModel.NetTcpSecurity
138 || this.Transport.InternalShouldSerialize() in InternalShouldSerialize()
139 || this.Message.InternalShouldSerialize(); in InternalShouldSerialize()
H A DBasicHttpSecurity.cs131 internal bool InternalShouldSerialize() in InternalShouldSerialize() method in System.ServiceModel.BasicHttpSecurity
141 return messageSecurity.InternalShouldSerialize(); in ShouldSerializeMessage()
147 return transportSecurity.InternalShouldSerialize(); in ShouldSerializeTransport()
H A DWSDualHttpSecurity.cs83 internal bool InternalShouldSerialize() in InternalShouldSerialize() method in System.ServiceModel.WSDualHttpSecurity
98 return this.Message.InternalShouldSerialize(); in ShouldSerializeMessage()
H A DWSFederationHttpSecurity.cs86 internal bool InternalShouldSerialize() in InternalShouldSerialize() method in System.ServiceModel.WSFederationHttpSecurity
101 return this.Message.InternalShouldSerialize(); in ShouldSerializeMessage()
H A DWSHttpSecurity.cs130 internal bool InternalShouldSerialize() in InternalShouldSerialize() method in System.ServiceModel.WSHttpSecurity
146 return this.Message.InternalShouldSerialize(); in ShouldSerializeMessage()
H A DBasicHttpsBinding.cs118 return this.Security.InternalShouldSerialize(); in ShouldSerializeSecurity()
H A DBasicHttpMessageSecurity.cs133 internal bool InternalShouldSerialize() in InternalShouldSerialize() method in System.ServiceModel.BasicHttpMessageSecurity
H A DBasicHttpsSecurity.cs160 internal bool InternalShouldSerialize() in InternalShouldSerialize() method in System.ServiceModel.BasicHttpsSecurity
H A DPeerSecuritySettings.cs139 internal bool InternalShouldSerialize() in InternalShouldSerialize() method in System.ServiceModel.PeerSecuritySettings
H A DTcpTransportSecurity.cs167 internal bool InternalShouldSerialize() in InternalShouldSerialize() method in System.ServiceModel.TcpTransportSecurity
H A DHttpTransportSecurity.cs166 internal bool InternalShouldSerialize() in InternalShouldSerialize() method in System.ServiceModel.HttpTransportSecurity
H A DWSFederationHttpBinding.cs226 return this.Security.InternalShouldSerialize(); in ShouldSerializeSecurity()
H A DBasicHttpBinding.cs235 return this.Security.InternalShouldSerialize(); in ShouldSerializeSecurity()
H A DNetHttpsBinding.cs172 return this.Security.InternalShouldSerialize(); in ShouldSerializeSecurity()
H A DWSHttpBinding.cs236 return this.Security.InternalShouldSerialize(); in ShouldSerializeSecurity()
H A DMessageSecurityOverTcp.cs238 internal bool InternalShouldSerialize() in InternalShouldSerialize() method in System.ServiceModel.MessageSecurityOverTcp
H A DNetPeerTcpBinding.cs271 return this.Security.InternalShouldSerialize(); in ShouldSerializeSecurity()
H A DNetHttpBinding.cs179 return this.Security.InternalShouldSerialize(); in ShouldSerializeSecurity()
H A DFederatedMessageSecurityOverHttp.cs322 internal bool InternalShouldSerialize() in InternalShouldSerialize() method in System.ServiceModel.FederatedMessageSecurityOverHttp
H A DMessageSecurityOverHttp.cs406 internal bool InternalShouldSerialize() in InternalShouldSerialize() method in System.ServiceModel.MessageSecurityOverHttp
H A DWSDualHttpBinding.cs501 return this.Security.InternalShouldSerialize(); in ShouldSerializeSecurity()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/
H A DWebHttpSecurity.cs65 internal bool InternalShouldSerialize() in InternalShouldSerialize() method in System.ServiceModel.WebHttpSecurity
80 return this.Transport.InternalShouldSerialize(); in ShouldSerializeTransport()
H A DWebHttpBinding.cs296 return Security.InternalShouldSerialize(); in ShouldSerializeSecurity()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DChannelPoolSettings.cs131 internal bool InternalShouldSerialize() in InternalShouldSerialize() method in System.ServiceModel.Channels.ChannelPoolSettings
H A DOneWayBindingElement.cs339 return this.channelPoolSettings.InternalShouldSerialize(); in ShouldSerializeChannelPoolSettings()

12