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