Click here to Skip to main content
15,868,104 members
Home / Discussions / C#
   

C#

 
AnswerRe: Windows Service Design - connection pool Pin
Eddy Vluggen25-Jun-13 22:23
professionalEddy Vluggen25-Jun-13 22:23 
GeneralRe: Windows Service Design - connection pool Pin
nlarson1126-Jun-13 3:40
nlarson1126-Jun-13 3:40 
QuestionRe: Windows Service Design - connection pool Pin
Eddy Vluggen26-Jun-13 6:37
professionalEddy Vluggen26-Jun-13 6:37 
AnswerRe: Windows Service Design - connection pool Pin
nlarson1126-Jun-13 7:48
nlarson1126-Jun-13 7:48 
GeneralRe: Windows Service Design - connection pool Pin
Eddy Vluggen26-Jun-13 22:36
professionalEddy Vluggen26-Jun-13 22:36 
QuestionTree View in List View control Pin
Jai Deo Tiwari25-Jun-13 4:22
Jai Deo Tiwari25-Jun-13 4:22 
AnswerRe: Tree View in List View control Pin
Ingo25-Jun-13 5:27
Ingo25-Jun-13 5:27 
QuestionAuthentication to IP-Cam for streaming Pin
Nick_Frenk24-Jun-13 22:36
Nick_Frenk24-Jun-13 22:36 
if i want authenticate the access on my ip address, what do i do?
the ipcamera in its home page has the authentication or as a simple user or as a administrator..
if i use HttpWebRequest i do the access with the credentials, but then i can't view the streaming, i think because the authentication executes every time.. have you a solution?


C#
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);
request.Credentials = new NetworkCredential("user", "password");
HttpWebResponse response = (HttpWebResponse)request.GetResponse();


modified 25-Jun-13 8:12am.

SuggestionRe: Authentication to IP-Cam for streaming Pin
Richard MacCutchan24-Jun-13 23:40
mveRichard MacCutchan24-Jun-13 23:40 
AnswerRe: Authentication to IP-Cam for streaming Pin
Eddy Vluggen25-Jun-13 9:56
professionalEddy Vluggen25-Jun-13 9:56 
GeneralRe: Authentication to IP-Cam for streaming Pin
Nick_Frenk26-Jun-13 0:40
Nick_Frenk26-Jun-13 0:40 
Questionsetup error Pin
User349024-Jun-13 14:03
User349024-Jun-13 14:03 
AnswerRe: setup error Pin
NotPolitcallyCorrect24-Jun-13 14:47
NotPolitcallyCorrect24-Jun-13 14:47 
AnswerRe: setup error Pin
Abhinav S24-Jun-13 20:01
Abhinav S24-Jun-13 20:01 
GeneralRe: setup error Pin
User349024-Jun-13 23:37
User349024-Jun-13 23:37 
Questionerror when i try to not exit with program when i press button no in messagebox Pin
User349024-Jun-13 4:14
User349024-Jun-13 4:14 
AnswerRe: error when i try to not exit with program when i press button no in messagebox Pin
OriginalGriff24-Jun-13 5:07
mveOriginalGriff24-Jun-13 5:07 
GeneralRe: error when i try to not exit with program when i press button no in messagebox Pin
Ron Nicholson24-Jun-13 5:18
professionalRon Nicholson24-Jun-13 5:18 
GeneralRe: error when i try to not exit with program when i press button no in messagebox Pin
Pete O'Hanlon24-Jun-13 5:21
subeditorPete O'Hanlon24-Jun-13 5:21 
GeneralRe: error when i try to not exit with program when i press button no in messagebox Pin
User349024-Jun-13 5:55
User349024-Jun-13 5:55 
GeneralRe: error when i try to not exit with program when i press button no in messagebox Pin
OriginalGriff24-Jun-13 6:18
mveOriginalGriff24-Jun-13 6:18 
AnswerRe: error when i try to not exit with program when i press button no in messagebox Pin
Bernhard Hiller24-Jun-13 21:58
Bernhard Hiller24-Jun-13 21:58 
GeneralRe: error when i try to not exit with program when i press button no in messagebox Pin
User349024-Jun-13 23:16
User349024-Jun-13 23:16 
GeneralRe: error when i try to not exit with program when i press button no in messagebox Pin
Bernhard Hiller24-Jun-13 23:31
Bernhard Hiller24-Jun-13 23:31 
GeneralRe: error when i try to not exit with program when i press button no in messagebox Pin
User349024-Jun-13 23:33
User349024-Jun-13 23:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.