3 references to Description
System.Net (3)
net\PeerToPeer\Collaboration\PeerApplication.cs (2)
472
return Id.ToString() + " " +
Description
;
535
Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tDescription: {0}",
Description
);
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
529
descHandle = GCHandle.Alloc(application.
Description
, GCHandleType.Pinned);