1 write to _communicationObject
System.ServiceModel (1)
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (1)
79
_communicationObject
= wcfSessionAuthenticator as ICommunicationObject;
23 references to _communicationObject
System.ServiceModel (23)
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (23)
80
if (
_communicationObject
== null )
158
_communicationObject
.Abort();
163
return
_communicationObject
.BeginClose( timeout, callback, state );
168
return
_communicationObject
.BeginClose( callback, state );
173
return
_communicationObject
.BeginOpen( timeout, callback, state );
178
return
_communicationObject
.BeginOpen( callback, state );
183
_communicationObject
.Close( timeout );
188
_communicationObject
.Close();
193
add {
_communicationObject
.Closed += value; }
194
remove {
_communicationObject
.Closed -= value; }
199
add {
_communicationObject
.Closing += value; }
200
remove {
_communicationObject
.Closing -= value; }
205
_communicationObject
.EndClose( result );
210
_communicationObject
.EndOpen( result );
215
add {
_communicationObject
.Faulted += value; }
216
remove {
_communicationObject
.Faulted -= value; }
221
_communicationObject
.Open( timeout );
226
_communicationObject
.Open();
231
add {
_communicationObject
.Opened += value; }
232
remove {
_communicationObject
.Opened -= value; }
237
add {
_communicationObject
.Opening += value; }
238
remove {
_communicationObject
.Opening -= value; }
244
get { return
_communicationObject
.State; }