TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
prasanth Mani
1.5k
200
18.3k
WebException: The remote name could not be resolved: 'https'
Mar 12 2018 5:21 AM
Iam using azure cosmos db graph API. iam using this credential
refer this link: https://docs.microsoft.com/en-us/azure/cosmos-db/create-graph-dotnet
private static string hostname = "https://f4f62947-0ee0-4-231-b9ee.documents.azure.com";
private static int port = 443;
private static string authKey = "2zyCZzJlXqteK0dlQ4pfpa1EezwGohx3Tc834qY1BsNdK06PiomEcCv7Al43NqAfR0cOyNxp1yoVZzoecheRgw==";
private static string database = "Testid";
private static string collection = "test";
iam facing this type of issue
Attachment:
img_20180312.zip
Reply
Answers (
2
)
Passing parameters for multiple constructors usng single obj
Find max value in column and icrease for 1...