Re: SSL HELP PLEASE - WeOnlyDo Discussion board

Re: SSL HELP PLEASE (General questions)

by rysmatic, Friday, January 02, 2009, 02:26 (5804 days ago) @ woddrazen

Hey, i'm sorry i figured out my problem. I wasn't connecting to 443.. lol.

I do have another question though, if you need me to start a new thread let me know.. I'm running a timer to control my code (just a setup i like to use) and when the socket connections.. The state for connected is called twice.. Once when connected, once after the header is sent.. Is there anyway to only call it when the socket is connected? Here is my code:

[code]
Private Sub wodHttp1_StateChange(ByVal OldState As wodHttpDLXComLib.HttpStates) Handles wodHTTP1.StateChange
Select Case wodHTTP1.StateString(wodHTTP1.State)
Case Is = Connected - idle
SendInvokeListViewDescription( Connected )
sTag = iStep
RestartTimer(2000)
End Select
End Sub
[/code]


Complete thread: