Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxy none #2

Closed
yasngencc opened this issue Jan 2, 2020 · 4 comments
Closed

proxy none #2

yasngencc opened this issue Jan 2, 2020 · 4 comments

Comments

@yasngencc
Copy link

yasngencc commented Jan 2, 2020

merhaba;

String serverUrl = "http://uygulama.cari24.com";
mHubConnection = new HubConnection(serverUrl);

    mHubProxy = mHubConnection.createHubProxy("myhub");

createHubProxy sizde çalışmıyor

@jamiewest
Copy link
Owner

Not enough information, is this a request or issue?

@yasngencc
Copy link
Author

http://uygulama.cari24.com/myhub bu çalışmıyor
mHubProxy = mHubConnection.createHubProxy("myhub") Android Studio da böyle iken çalışıyor
ben hub adını nereye yazacağım.

@yasngencc
Copy link
Author

yasngencc commented Jan 2, 2020

Ekran Alıntısı
bu benim kodum maalesef çalışmıyor
Ekran Alıntısı
buda çalışan android studio kodum

@jamiewest
Copy link
Owner

I sorry, I am not able to understand your request. I believe the createHubProxy method is in the older SignalR library and not the newer Core one. If you need additional control over the connection, i.e. using proxies, you might try using a custom HttpClient that can be specified in the HubConnectionBuilder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants