2 writes to m_subscribeAllowed
System.Net (2)
net\PeerToPeer\Collaboration\PeerContact.cs (2)
160
m_subscribeAllowed
= value;
337
m_subscribeAllowed
= (SubscriptionType)serializationInfo.GetValue("_SubscribeAllowed", typeof(SubscriptionType));
2 references to m_subscribeAllowed
System.Net (2)
net\PeerToPeer\Collaboration\PeerContact.cs (2)
155
return
m_subscribeAllowed
;
2007
info.AddValue("_SubscribeAllowed",
m_subscribeAllowed
);