6 instantiations of WrapperSecurityCommunicationObject
System.ServiceModel (6)
System\ServiceModel\Security\SecurityProtocol.cs (1)
48
this.communicationObject = new
WrapperSecurityCommunicationObject
(this);
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
128
this.communicationObject = new
WrapperSecurityCommunicationObject
(this);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
60
this.communicationObject = new
WrapperSecurityCommunicationObject
(this);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
81
this.communicationObject = new
WrapperSecurityCommunicationObject
(this);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
119
communicationObject = new
WrapperSecurityCommunicationObject
(this);
308
communicationObject = new
WrapperSecurityCommunicationObject
(this);
10 references to WrapperSecurityCommunicationObject
System.ServiceModel (10)
System\ServiceModel\Security\SecurityProtocol.cs (2)
40
WrapperSecurityCommunicationObject
communicationObject;
51
protected
WrapperSecurityCommunicationObject
CommunicationObject
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
117
WrapperSecurityCommunicationObject
communicationObject;
167
protected
WrapperSecurityCommunicationObject
CommunicationObject
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
48
WrapperSecurityCommunicationObject
communicationObject;
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
60
WrapperSecurityCommunicationObject
communicationObject;
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (4)
115
WrapperSecurityCommunicationObject
communicationObject;
134
protected
WrapperSecurityCommunicationObject
CommunicationObject
304
WrapperSecurityCommunicationObject
communicationObject;
311
protected
WrapperSecurityCommunicationObject
CommunicationObject