
12-02-2008, 4:40 AM
|
 |
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
|
|
Join Date: Aug 2004
Location: Sydney, Australia
Age: 40
Posts: 6,118
Reputation: 541
|
|
The documentation indicates that if the Status IS ProtocolError then Response will contain a WebResponse. You're trying to get Response when Status is NOT ProtocolError, in which case it's obviously not guaranteed to not be Nothing.
|