1 write to CommunicationObject
System.ServiceModel.Federation (1)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
168
CommunicationObject
= new WrapperSecurityCommunicationObject(this);
22 references to CommunicationObject
System.ServiceModel.Federation (22)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (22)
175
add {
CommunicationObject
.Closed += value; }
176
remove {
CommunicationObject
.Closed -= value; }
181
add {
CommunicationObject
.Closing += value; }
182
remove {
CommunicationObject
.Closing -= value; }
187
add {
CommunicationObject
.Faulted += value; }
188
remove {
CommunicationObject
.Faulted -= value; }
193
add {
CommunicationObject
.Opened += value; }
194
remove {
CommunicationObject
.Opened -= value; }
199
add {
CommunicationObject
.Opening += value; }
200
remove {
CommunicationObject
.Opening -= value; }
205
get { return
CommunicationObject
.State; }
221
CommunicationObject
.Abort();
226
CommunicationObject
.Close();
231
CommunicationObject
.Close(timeout);
236
return
CommunicationObject
.BeginClose(callback, state);
241
return
CommunicationObject
.BeginClose(timeout, callback, state);
246
CommunicationObject
.EndClose(result);
251
CommunicationObject
.Open();
256
CommunicationObject
.Open(timeout);
261
return
CommunicationObject
.BeginOpen(callback, state);
266
return
CommunicationObject
.BeginOpen(timeout, callback, state);
271
CommunicationObject
.EndOpen(result);